Skip to content

Commit

Permalink
Brace/api refs css (#3282)
Browse files Browse the repository at this point in the history
* testing

* fix: update api refs responsiveness

* fix uuid
  • Loading branch information
bracesproul committed Nov 15, 2023
1 parent 937e07b commit f178ab1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/api_refs/scripts/update-typedoc-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ const { readFile, writeFile } = require("fs/promises");
async function main() {
const css = `\n.tsd-navigation {
word-break: break-word;
}
.col-content {
min-width: fit-content;
}
.page-menu {
display: none;
}\n`;

let file = await readFile("./public/assets/style.css", "utf-8");
Expand Down

1 comment on commit f178ab1

@vercel
Copy link

@vercel vercel bot commented on f178ab1 Nov 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

langchainjs-docs – ./docs/core_docs/

langchainjs-docs-ruddy.vercel.app
langchainjs-docs-langchain.vercel.app
js.langchain.com
langchainjs-docs-git-main-langchain.vercel.app

Please sign in to comment.