Commit graph

3 commits

Author SHA1 Message Date
Francisco Javier Arceo
9ccd2e4e9b Allow markdown and python files to be referenced direclty and add it to
the docs

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-10-23 21:21:27 -04:00
Francisco Javier Arceo
7ab63068f8 feat: Adding Demo script and allowing new Website to source files
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>

# Conflicts:
#	docs/docs/getting_started/demo_script.py
#	docs/docs/getting_started/quickstart.mdx
2025-10-22 20:56:16 -04:00
Alexey Rybak
aebd728c81
docs: docusaurus setup (#3541)
# What does this PR do?

- Docusaurus server setup
- Deprecates Sphinx build pipeline
- Deprecates remaining references to Readthedocs
- MDX compile errors and broken links to be addressed in follow-up PRs

<!-- Provide a short summary of what this PR does and why. Link to relevant issues if applicable. -->

<!-- If resolving an issue, uncomment and update the line below -->

<!-- Closes #[issue-number] -->

## Test Plan

```
npm install
npm gen-api-docs all
npm run build
```

<!-- Describe the tests you ran to verify your changes with result summaries. *Provide clear instructions so the plan can be easily re-executed.* -->
2025-09-24 14:11:30 -07:00