Commit Graph

10 Commits

Author SHA1 Message Date
Lauren Hirata Singh e69a3328ed Lint files + add a PR labeler (#534)
## Overview
- make lint / make format
- added a PR labeler

## Type of change
**Type:**  Infra

## 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
<!-- Put an 'x' in all boxes 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
- [ ] (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-15 11:18:50 -04:00
Eugene Yurtsev a6d04c6757 docs: handle some edge cases and add error messages (#101) 2025-08-02 11:05:46 -04:00
Eugene Yurtsev b5c93179ce chore(parser): Support parsing conditional blocks (#77)
Parse conditional blocks
2025-07-30 11:52:39 -04:00
Lauren Hirata Singh abdae69e99 new pill logos and update docusaurus script (#75) 2025-07-29 13:53:26 -04:00
Eugene Yurtsev fe122a37e7 In place migration (#40)
* Update nav to look the same
* Add stubs for all content
2025-06-13 10:53:18 -04:00
Eugene Yurtsev 04bfddf20e handle some blank line issues in parser (#36)
* Handle missing language in code block
* Handle some blank lines
* Handle front matter correctly
2025-06-12 12:58:59 -04:00
Eugene Yurtsev 2eb9e666a1 update lexer, update parser (#35)
* Update lexer
* Update parser to use lexer
* Add unit tests for lots of basic cases
* Best effort at preserving HTML blocks
* Preserve indentation in code blocks
2025-06-12 00:00:25 -04:00
Eugene Yurtsev 893a6906ac update parser (#33)
* Fix some issues in existing parser
* Add placeholder lexer


The implementations may be replaced with the python `markdown` and
`https://facelessuser.github.io/pymdown-extensions/` -- investigating
whether all extensions are supported.
2025-06-11 16:49:02 -04:00
Eugene Yurtsev d933f5294b add migrate command (#29)
Add migrate command for markdown files
2025-06-10 15:42:38 -04:00
Eugene Yurtsev 7ac12f5765 Add markdown parser (#27)
Add markdown parser
2025-06-09 16:32:51 -04:00