9 Commits

Author SHA1 Message Date
Mason Daugherty 2dfd0c278e chore: add language policy (#2987) 2026-03-07 22:22:33 -05:00
Mason Daugherty e79592df44 nit: update PR template (#1446) 2025-11-15 22:52:14 -05:00
Lauren Hirata Singh cc7fec3b12 Revert "preview builds" (#1125)
Reverts langchain-ai/docs#1064
2025-10-24 12:19:46 -04:00
Lauren Hirata Singh 383566268e preview builds (#1064)
## Overview
<!-- Brief description of what documentation is being added/updated -->

## Type of change

**Type:** [Replace with: New documentation page / Update existing
documentation / Fix typo/bug/link/formatting / Remove outdated content /
Other]

## Related issues/PRs
<!-- 
Link to related issues, feature PRs, or discussions (if applicable)

To automatically close an issue when this PR is merged, use closing
keywords:
- "closes #123" or "fixes #123" or "resolves #123"

For regular references without auto-closing, just use:
- "#123" or "See issue #123"

Examples:
- closes #456 (will auto-close issue #456 when PR is merged)
- See #789 for context (will reference but not auto-close issue #789)
-->
- GitHub issue:
- Feature PR:

<!-- For LangChain employees, if applicable: -->
- Linear issue:
- Slack thread:

## Checklist
<!-- Put an 'x' in all boxes that apply -->
- [ ] I have read the [contributing guidelines](README.md)
- [ ] I have tested my changes locally using `docs dev`
- [ ] All code examples have been tested and work correctly
- [ ] I have used **root relative** paths for internal links
- [ ] I have updated navigation in `src/docs.json` if needed
- I have gotten approval from the relevant reviewers
- (Internal team members only / optional) I have created a preview
deployment using the [Create Preview Branch
workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml)

## Additional notes
<!-- Any other information that would be helpful for reviewers -->
2025-10-21 16:15:15 -04:00
Mason Daugherty 3384ab8d55 chore: format final two checklist items in PR template (#611) 2025-09-22 14:59:31 +00:00
open-swe[bot] b567069add chore: update PR template to include guidance on using closing keywords for auto-closing linked issues (#549)
Fixes: #548

---------

Co-authored-by: open-swe[bot] <open-swe@users.noreply.github.com>
Co-authored-by: Mason Daugherty <mason@langchain.dev>
2025-09-16 11:06:48 -04:00
Mason Daugherty 6cbd8e201e docs: update pull request template (#499)
The current PR template uses checkboxes for the "Type of change"
section, which GitHub counts as tasks in its task completion counter.
This artificially inflates the total task count shown in the GitHub web
interface, making it appear that PRs have more incomplete tasks than
they actually do.
2025-09-11 11:41:56 -04:00
Lauren Hirata Singh 23dc7f8051 Misc. cleanup / standardization (#425)
# Documentation update

## Overview
<!-- Brief description of what documentation is being added/updated -->
- Updated broken links in all docs that **are not** under
`python/integrations` or `javascript/integrations` (these will be
addressed later)
- Updated broken-links scripts (locally and GH actions) to ignore the
integrations directories
- Changed .md files to .mdx
- Fixed vscode settings
- Added vscode extension suggestions

## Type of change
<!-- Check the relevant box -->
- [ ] New documentation page
- [ ] Update existing documentation
- [x] Fix typo, bug, broken link, or formatting issue
- [ ] Remove outdated content
- [ ] Other (please describe):

## Related issues/PRs
<!-- Link to related issues, feature PRs, or discussions (if applicable)
-->
- GitHub issue:
- Feature PR:

<!-- For LangChain employees, if applicable: -->
- Linear issue:
- Slack thread:

## Checklist
<!-- Check all that apply -->
- [x] I have read the [contributing guidelines](README.md)
- [x] I have tested my changes locally using `docs dev`
- [x] All code examples have been tested and work correctly
- [x] I have used **root relative** paths for internal links
- [x] I have updated navigation in `src/docs.json` if needed
- [x] I have gotten approval from the relevant reviewers
- [x] (Internal team members only / optional) I have created a preview
deployment using the [Create Preview Branch
workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml)

## Additional notes
<!-- Any other information that would be helpful for reviewers -->
2025-09-09 14:20:55 -04:00
Lauren Hirata Singh d37d336a62 add template for PRs (#419)
decided to go with one template instead of internal vs external
contributor
2025-09-09 09:36:11 -04:00