From ff16ed65370fa8a9b3e4e4268333867a3886f20a Mon Sep 17 00:00:00 2001 From: Mattia Basaglia Date: Tue, 3 Sep 2024 20:15:17 +0200 Subject: [PATCH] Rename print_page to single-page --- docs/index.md | 2 +- mkdocs.yml | 1 + tools/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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