From 9a2afcd8d211d2eba2006f76b40b09c2fb119c2a Mon Sep 17 00:00:00 2001 From: Robbe Sneyders Date: Wed, 21 Jun 2023 10:58:44 +0200 Subject: [PATCH] Add read / write components to docs and reorder index (#222) The documentation about the generic read / write components was not added to the index. Also reordered the index according to usefulness for users. --- docs/art/fondant_banner.svg | 2121 +++++++++++++++++++++++++++++++++++ mkdocs.yml | 9 +- 2 files changed, 2126 insertions(+), 4 deletions(-) create mode 100644 docs/art/fondant_banner.svg diff --git a/docs/art/fondant_banner.svg b/docs/art/fondant_banner.svg new file mode 100644 index 000000000..02f2982d9 --- /dev/null +++ b/docs/art/fondant_banner.svg @@ -0,0 +1,2121 @@ + + + + diff --git a/mkdocs.yml b/mkdocs.yml index e766c294b..8c009a223 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -28,12 +28,13 @@ theme: - navigation.tracking nav: - Home: index.md - - Manifest: manifest.md - - Component spec: component_spec.md - - Creating custom components: custom_component.md - Building a pipeline: pipeline.md - - Infrastructure: infrastructure.md + - Creating custom components: custom_component.md + - Read / write components: generic_component.md + - Component spec: component_spec.md - Data explorer: data_explorer.md + - Infrastructure: infrastructure.md + - Manifest: manifest.md markdown_extensions: - pymdownx.snippets: