Skip to content

Commit

Permalink
Fix redirects to work with nested relative dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScheller committed Nov 20, 2024
1 parent abda919 commit 7bd5325
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions docs/book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description = "This repository holds the docs and examples for the Usd Survival

[build]
build-dir = "book"
create-missing = true
create-missing = false

[preprocessor.admonish]
command = "mdbook-admonish"
Expand Down Expand Up @@ -48,59 +48,59 @@ page-break = true
"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/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/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"
"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 7bd5325

Please sign in to comment.