Skip to content

Commit

Permalink
docs(): Update to standard docusaurus release
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-martin committed Mar 19, 2021
1 parent 4f9f180 commit c73ccd5
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 156 deletions.
6 changes: 5 additions & 1 deletion documentation/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ module.exports = {
tagline: 'Easy CRUD for GraphQL.',
url: 'https://doug-martin.github.io', // Your website URL
baseUrl: '/nestjs-query/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
organizationName: 'doug-martin', // Usually your GitHub org/user name.
projectName: 'nestjs-query', // Usually your repo name.
themeConfig: {
hideableSidebar: true,
navbar: {
title: 'Nestjs-query',
logo: {
Expand All @@ -20,8 +23,9 @@ module.exports = {
{ to: 'blog', label: 'Blog', position: 'left' },
{
href: 'https://github.com/doug-martin/nestjs-query',
label: 'GitHub',
position: 'right',
className: 'header-github-link',
'aria-label': 'GitHub repository',
},
],
},
Expand Down
Loading

0 comments on commit c73ccd5

Please sign in to comment.