Skip to content

Brody/docs versions #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Aug 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
037610f
Initial pass on adding language picker/version
beklapko Aug 6, 2025
ee7d177
Remove backup file
beklapko Aug 6, 2025
85b50fd
Fix LangChain Labs dropdown
beklapko Aug 6, 2025
d1362c0
Merge branch 'migrate-lg' into brody/docs-versions
lnhsingh Aug 6, 2025
8b9b7cc
Change build and URL structure so only LangGraph has JS and Python ve…
beklapko Aug 6, 2025
9baefcd
Merge branch 'brody/docs-versions' of https://github.com/langchain-ai…
beklapko Aug 6, 2025
dd1586e
Only show version selection for langgraph docs
beklapko Aug 6, 2025
ca5887e
Put language docs at root, move oss folder and put docs in there to f…
beklapko Aug 7, 2025
fa472f7
Simplify show/hiding logic
beklapko Aug 7, 2025
fac1b99
Bookmark changes to move version picker location
beklapko Aug 7, 2025
cbb3fe3
Revert picker position changes, fix test
beklapko Aug 7, 2025
7d4a745
Merge branch 'migrate-lg' into brody/docs-versions
lnhsingh Aug 8, 2025
cb28747
fix nav
lnhsingh Aug 8, 2025
2d352eb
Merge branch 'migrate-lg' into brody/docs-versions
lnhsingh Aug 8, 2025
d4d1162
Update build output, update docs JSON accordingly
beklapko Aug 11, 2025
e44a21e
Merge branch 'brody/docs-versions' of https://github.com/langchain-ai…
beklapko Aug 11, 2025
56461bc
Merge branch 'migrate-lg' into brody/docs-versions
beklapko Aug 12, 2025
d030437
Update docs.json to match
beklapko Aug 12, 2025
c154414
Merge branch 'brody/docs-versions' of https://github.com/langchain-ai…
beklapko Aug 12, 2025
6bbbc9c
Merge branch 'migrate-lg' into brody/docs-versions
beklapko Aug 12, 2025
44f5eb7
Resolve merge conflicts, create base for fixing tests
beklapko Aug 12, 2025
63522ed
Fix linting errors
beklapko Aug 12, 2025
5052922
Fix first error
beklapko Aug 12, 2025
5debbaa
Fix lint issue after making other changes
beklapko Aug 12, 2025
878ab22
Update Python sidebar
beklapko Aug 12, 2025
bfd36be
Make JS and Python get started sidebars the same
beklapko Aug 12, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,14 @@ Install `mint` from https://mintlify.com/docs/installation
uv sync --all-groups
```

4. **Use the docs CLI tool:**
4. **Install Mintlify CLI**

The docs CLI uses parts of the Mintlify CLI so you need to install that too.
```bash
npm i -g mint
```

5. **Use the docs CLI tool:**

After setup, you'll have access to the `docs` command:
```bash
Expand Down
Loading