Skip to content

Commit

Permalink
Docusaurus: more random things (#5759)
Browse files Browse the repository at this point in the history
* Add back prism.css file. Resolves DA-147

* fix some broken tables

* make baseUrl /docs

* remove docusaurus template stuff. Resolves DA-148

* update sidenavs + use _category_.json + move custom props to frontMatter. Resolves DA-151
  • Loading branch information
jharrell authored and carlagn committed Apr 1, 2024
1 parent e765dfe commit e882286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ langSwitcher: ['typescript', 'node']
dbSwitcher: ['mongodb']
sidebar_custom_props: { badge: '15 min' }
sidebar_class_name: hidden-sidebar
sidebar_custom_props: { badge: '15 min' }
---

<TopBlock
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config: Config = {
url: 'https://prisma.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/',
baseUrl: '/docs',

trailingSlash: false,
onBrokenLinks: 'warn',
Expand Down

0 comments on commit e882286

Please sign in to comment.