From 2db6d9d7b54029fff995ff1b28d7bb35ce472e5e Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Tue, 14 Jan 2025 15:08:48 -0500 Subject: [PATCH] clean up --- docs/docs/about.md | 3 --- docs/docs/meow/cats.md | 3 --- docs/mkdocs.yml | 11 ++--------- 3 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 docs/docs/about.md delete mode 100644 docs/docs/meow/cats.md diff --git a/docs/docs/about.md b/docs/docs/about.md deleted file mode 100644 index 144ab8adf..000000000 --- a/docs/docs/about.md +++ /dev/null @@ -1,3 +0,0 @@ -# About - -Hello this is an about file \ No newline at end of file diff --git a/docs/docs/meow/cats.md b/docs/docs/meow/cats.md deleted file mode 100644 index 51fd13d46..000000000 --- a/docs/docs/meow/cats.md +++ /dev/null @@ -1,3 +0,0 @@ -# Cats - -Cats are great!! \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 0bfa0a610..d8c7573fd 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -23,7 +23,6 @@ theme: - navigation.expand - navigation.tabs - navigation.footer - # - navigation.indexes - navigation.instant - navigation.sections - navigation.instant.prefetch @@ -52,8 +51,6 @@ theme: font: text: "Public Sans" code: "Roboto Mono" - navigation: - depth: 1 plugins: - search: separator: '[\s\u200b\-_,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])' @@ -90,10 +87,6 @@ plugins: options: filters: - "!^_" - - - -extra_css: - - stylesheets/hide_guides.css nav: - Home: @@ -366,7 +359,7 @@ nav: - LangGraph Academy Course: https://academy.langchain.com/courses/intro-to-langgraph - API reference: - - LangGraph: + - Library: - Graphs: reference/graphs.md - Checkpointing: reference/checkpoints.md - Storage: reference/store.md @@ -375,7 +368,7 @@ nav: - Errors: reference/errors.md - Types: reference/types.md - Constants: reference/constants.md - - LangGraph Platform API: + - LangGraph Platform: - Server API: "cloud/reference/api/api_ref.md" - CLI: "cloud/reference/cli.md" - SDK (Python): "cloud/reference/sdk/python_sdk_ref.md"