Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for nested pages #235

Open
tiefenthaler opened this issue Feb 10, 2025 · 0 comments
Open

Support for nested pages #235

tiefenthaler opened this issue Feb 10, 2025 · 0 comments

Comments

@tiefenthaler
Copy link

Mkdocs-jupyter does not support nested pages to be configured in the mkdocs.yml like:

nav:
  - Home: index.md
  - Source Code API Reference:
      - Autoencoder: api/autoencoder.md
      - Training: api/training.md
      - FastAPI: api/fastapi_app.md
  # NOTE: Does not support nested lists.
  - Notebooks 
    - Main: main.ipynb
    - Demo: demo.ipynb

Only supports not nested structure:

nav:
  - Home: index.md
  - Source Code API Reference:
      - Autoencoder: api/autoencoder.md
      - Training: api/training.md
      - FastAPI: api/fastapi_app.md
  # NOTE: Does not support nested lists.
  - Notebooks - Main: main.ipynb
  - Notebooks - Demo: demo.ipynb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant