From abda919ea6e70750607afeaf8e080accd4e0494d Mon Sep 17 00:00:00 2001 From: Luca Scheller Date: Tue, 19 Nov 2024 22:21:29 -0800 Subject: [PATCH] Fix relative redirects --- docs/book.toml | 126 ++++++++++++++++++++++++------------------------- 1 file changed, 63 insertions(+), 63 deletions(-) diff --git a/docs/book.toml b/docs/book.toml index 9ebc52f..0542b47 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -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" \ No newline at end of file +"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" \ No newline at end of file