Skip to content

Commit

Permalink
Add dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Nov 12, 2024
1 parent f0572b8 commit 50a4331
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ concurrency:
jobs:
deploy:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.MKDOCS_GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion docs/docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ mkdocs-rss-plugin
mkdocs-material[imaging]
mkdocs-typedoc
markdown-include
markdown-callouts
markdown-callouts
git+ssh://[email protected]/langchain-ai/mkdocs-material-insiders.git
4 changes: 4 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ nav:

- How-to Guides:
- how-tos/index.md
- Installation:
- Installation: how-tos#installation
- how-tos/manage-ecosystem-dependencies.ipynb
- how-tos/use-in-web-environments.ipynb
- LangGraph:
- LangGraph: how-tos#langgraph
- Controllability:
Expand Down

0 comments on commit 50a4331

Please sign in to comment.