diff --git a/docs/index.md b/docs/index.md index 7cde623..03210dd 100644 --- a/docs/index.md +++ b/docs/index.md @@ -52,6 +52,6 @@ To understand Lottie data, it's useful to start learning about The root object of any Lottie animation is the [Animation](./specs/composition.md#animation) object. -A printable single-page version of the specification is available [here](./print_page). +A printable single-page version of the specification is available [here](./single-page). diff --git a/mkdocs.yml b/mkdocs.yml index 723ccfc..aa1ea5d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,6 +49,7 @@ plugins: - print-site: add_table_of_contents: false enumerate_headings_depth: 3 + print_page_basename: single-page exclude: - editing/schema.md - editing/extensions.md diff --git a/tools/requirements.txt b/tools/requirements.txt index adeb149..30f5968 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,7 +1,7 @@ mkdocs==1.5.3 mkdocs-cinder==1.2.0 # mkdocs-print-site-plugin==2.5.0 -git+https://github.com/mbasaglia/mkdocs-print-site-plugin.git@clean-toc +git+https://github.com/mbasaglia/mkdocs-print-site-plugin.git@rename-page graphviz==0.20.1 latex2mathml==3.77.0 # Used for link validations