Skip to content

Commit

Permalink
Add restructure redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScheller committed Nov 20, 2024
1 parent e815f0e commit 182142a
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 5 deletions.
70 changes: 66 additions & 4 deletions docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ additional-css = ["theme/ext/css/custom.css", "theme/ext/css/mdbook-admonish.css
additional-js = ["theme/ext/js/mermaid.min.js", "theme/ext/js/mermaid-init.js", "theme/ext/js/custom.js"]
line-numbers = true

[output.html.redirect]
"/introduction/overview.html" = "../index.html"

[output.html.fold]
enable = true
level = 1
Expand All @@ -41,4 +38,69 @@ line-numbers = true
show-line-numbers = true

[output.html.print]
page-break = true
page-break = true

[output.html.redirect]
"introduction/overview.html" = "/index.html"
"introduction/motivation.html" = "/pages/introduction/motivation.html"
"introduction/structure.html" = "/pages/introduction/structure.html"
"introduction/docs.html" = "/pages/introduction/docs.html"
"introduction/future.html" = "/pages/introduction/future.html"
"core/overview.html" = "/pages/core/overview.html"
"core/api.html" = "/pages/core/api.html"
"core/elements/overview.html" = "/pages/core/elements/overview.html"
"core/elements/path.html" = "/pages/core/elements/path.html"
"core/elements/data_container.html" = "/pages/core/elements/data_container.html"
"core/elements/prim.html" = "/pages/core/elements/prim.html"
"core/elements/property.html" = "/pages/core/elements/property.html"
"core/elements/data_type.html" = "/pages/core/elements/data_type.html"
"core/elements/schemas.html" = "/pages/core/elements/schemas.html"
"core/elements/metadata.html"= "/pages/core/elements/metadata.html"
"core/elements/layer.html" = "/pages/core/elements/layer.html"
"core/elements/loading_mechanisms.html" = "/pages/core/elements/loading_mechanisms.html"
"core/elements/animation.html" = "/pages/core/elements/animation.html"
"core/elements/materials.html" = "/pages/core/elements/materials.html"
"core/elements/transform.html" = "/pages/core/elements/transform.html"
"core/elements/collection.html" = "/pages/core/elements/collection.html"
"core/elements/notice.html" = "/pages/core/elements/notice.html"
"core/elements/standalone_utilities.html" = "/pages/core/elements/standalone_utilities.html"
"core/composition/overview.html" = "/pages/core/composition/overview.html"
"core/composition/fundamentals.html" = "/pages/core/composition/fundamentals.html"
"core/composition/arcs.html" = "/pages/core/composition/arcs.html"
"core/composition/livrps.html" = "/pages/core/composition/livrps.html"
"core/composition/listeditableops.html" = "/pages/core/composition/listeditableops.html"
"core/composition/pcp.html" = "/pages/core/composition/pcp.html"
"core/plugins/overview.html" = "/pages/core/plugins/overview.html"
"core/plugins/kind.html" = "/pages/core/plugins/kind.html"
"core/plugins/metadata.html" = "/pages/core/plugins/metadata.html"
"core/plugins/schemas.html" = "/pages/core/plugins/schemas.html"
"core/plugins/assetresolver.html" = "/pages/core/plugins/assetresolver.html"
"core/profiling/overview.html" = "/pages/core/profiling/overview.html"
"core/profiling/debug.html" = "/pages/core/profiling/debug.html"
"core/profiling/profiling.html" = "/pages/core/profiling/profiling.html"
"core/glossary.html" = "/pages/core/glossary.html"
"core/resources.html" = "/pages/core/resources.html"
"production/overview.html" = "/pages/production/overview.html"
"production/prerequisites.html" = "/pages/production/prerequisites.html"
"production/composition.html" = "/pages/production/composition.html"
"production/schemas.html" = "/pages/production/schemas.html"
"production/caches/overview.html" = "/pages/production/caches/overview.html"
"production/caches/xform.html" = "/pages/production/caches/xform.html"
"production/caches/boundingbox.html" = "/pages/production/caches/boundingbox.html"
"production/caches/attribute.html" = "/pages/production/caches/attribute.html"
"production/caches/materialbinding.html" = "/pages/production/caches/materialbinding.html"
"production/caches/collection.html" = "/pages/production/caches/collection.html"
"production/caches/composition.html" = "/pages/production/caches/composition.html"
"production/concepts.html" = "/pages/production/concepts.html"
"production/faq.html" = "/pages/production/faq.html"
"dcc/houdini/overview.html" = "/pages/dcc/houdini/overview.html"
"dcc/houdini/approach.html" = "/pages/dcc/houdini/approach.html"
"dcc/houdini/hda/overview.html" = "/pages/dcc/houdini/hda/overview.html"
"dcc/houdini/fx/overview.html" = "/pages/dcc/houdini/fx/overview.html"
"dcc/houdini/fx/particles.html" = "/pages/dcc/houdini/fx/particles.html"
"dcc/houdini/fx/pointinstancers.html" = "/pages/dcc/houdini/fx/pointinstancers.html"
"dcc/houdini/fx/rbd.html" = "/pages/dcc/houdini/fx/rbd.html"
"dcc/houdini/fx/frustumCulling.html" = "/pages/dcc/houdini/fx/frustumCulling.html"
"dcc/houdini/fx/motionblur.html" = "/pages/dcc/houdini/fx/motionblur.html"
"dcc/houdini/faq/overview.html" = "/pages/dcc/houdini/faq/overview.html"
"dcc/houdini/performance/overview.html" = "/pages/dcc/houdini/performance/overview.html"
2 changes: 1 addition & 1 deletion docs/src/pages/introduction/motivation.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Please consider contributing back to the Usd project in the official [Usd Repos
Feel free to fork this repository and share further examples/improvements.
If you run into issues, please flag them by [submitting a ticket](https://github.com/LucaScheller/VFX-UsdSurvivalGuide/issues/new).

{{#include ../../contributors.md}}
{{#include ../contributors.md}}

0 comments on commit 182142a

Please sign in to comment.