Commit Graph

19 Commits

Author SHA1 Message Date
Mason Daugherty 9de5f272d1 eod work 10/19 (#1008)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-20 00:56:08 -04:00
Mason Daugherty 05dea44ecd more integrations/refs work (#967) 2025-10-17 00:01:57 -04:00
Mason Daugherty 6ee8978bcd refs and more x-refs! (#965) 2025-10-16 21:01:47 -04:00
Mason Daugherty 06735eb013 refs: disable privacy plugin (#959)
Will re-enable when acquiring sponsor tier (#950)
2025-10-16 20:00:41 +00:00
Mason Daugherty 4703a1d6e5 python refs: add info on external cross-referencing (#948)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-16 11:13:26 -04:00
Mason Daugherty 46bfbbf83c more refs! (#937)
updated x-ref parser to escape inner code backticks

begin x-reffing in main docs

dropped old refs site from link map
2025-10-15 23:36:51 -04:00
Mason Daugherty b982e7293a 10/15 ref work (#917) 2025-10-15 18:50:04 -04:00
Mason Daugherty 33ab90d70e 10/14 ref work (#875) 2025-10-15 10:34:25 -04:00
Kathryn May 68a794b106 WIP Draft nav + sidebar updates for langsmith platform (#651)
This PR updates the docs for LangSmith Platform, folding in LGP.
Specifically:

- Update to tab arrangement.
- Big content changes in Deployments tab (now Agent deployment as well
as Platform infrastructure deployment).
- Changing the name of the Studio feature.
- Overhaul of home page.
- Updates to tab landing pages to follow the same card format
consistently.
- Moving LGP content into the LS directory in the docs.

## Latest preview:


https://langchain-5e9cc07a-preview-langsm-1760109143-df9b7ef.mintlify.app/langsmith/home
2025-10-14 10:21:52 -04:00
Mason Daugherty fc9b7f165e wip refs (#863) 2025-10-13 21:38:58 -04:00
Mason Daugherty add29859a3 oss refs 10/10 (#824) 2025-10-10 17:58:09 -04:00
Mason Daugherty 83d577fb5b python ref work 10/9 (#803) 2025-10-09 19:29:02 -04:00
Mason Daugherty a250321b6b oss openai py ref pass (#793) 2025-10-08 18:42:09 -04:00
Mason Daugherty 78d62b243b oss ref work (#774) 2025-10-07 15:09:47 -04:00
Mason Daugherty 07920a195f integrations work (#755) 2025-10-06 16:39:40 -04:00
Mason Daugherty c1f55476af docs: enhance Python reference documentation and contributing guidelines (#719)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-01 16:27:34 -04:00
Mason Daugherty 37e3da7be7 more reference docs updates / README.md update (#716) 2025-10-01 15:53:47 -04:00
Mason Daugherty b05a15c608 WIP: init consolidate python ref (#701) 2025-10-01 14:21:54 -04:00
Hunter Lovell 910001ce1a feat: reference docs (#640)
Adds a new `reference/` path that centralizes the logic for creating
reference documentation

## For Python

We can leverage the existing reference docs pipeline thats used within
the `langchain` repo, and adapting it to include docs from more sources
(see https://github.com/langchain-ai/langchain/pull/33066). More details
about how this works are in `reference/python/README.md`.

## For TypeScript

We'll be keeping the existing [typedoc](https://typedoc.org/) library to
render references, but we're onshoring the work of consolidating those
into one reference site within this repo.

The basic process of how that happens is:
* by reading a statically defined list of packages and their locations
(defined in reference/javascript/build.ts`)
* doing a shallow clone of each unique repo + branch
* doing the appropriate install steps so that types can be inferred
properly
* extracting package entrypoints by reading the `exports` key in
`package.json`
* pointing typedoc to add those as entrypoints with the [packages
strategy](https://typedoc.org/documents/Options.Input.html#packages)
* building the typedoc outputs to reference/dist/javascript/

## New `make` targets

- `make build-references` will run scripts to format python + js
reference documentation concurrently (which will end up in
reference/dist/)
- `make preview-references` will run aforementioned build scripts and
start a dev server (this won't work until a vercel project is
configured)

## Vercel Setup

In order for these changes to be reflected on `reference.langchain.com`,
a new Vercel project needs to be created (which can happen once this is
merged).

This was tested against a "test" vercel setup and works as expected,
with both reference targets accessible from their respective subpaths
2025-09-24 17:30:34 -04:00