Skip to content

Commit

Permalink
Fix relative redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScheller committed Nov 20, 2024
1 parent 182142a commit abda919
Showing 1 changed file with 63 additions and 63 deletions.
126 changes: 63 additions & 63 deletions docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,66 +41,66 @@ show-line-numbers = 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"
"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"

0 comments on commit abda919

Please sign in to comment.