Use CSS to hide site pages in Nextra

This commit is contained in:
kitajchuk
2021-04-03 10:58:02 -07:00
parent 87e672e633
commit e21fd855bc
2 changed files with 9 additions and 1 deletions

View File

@@ -46,4 +46,9 @@
/******************************************************************************
* Kit of Parts
*******************************************************************************/
@import 'kit-of-parts.scss';
@import 'kit-of-parts.scss';
/******************************************************************************
* Nextra
*******************************************************************************/
@import 'nextra.scss';

View File

@@ -1,5 +1,8 @@
export default {
path: '/docs',
repository: 'https://github.com/jambonz/next-static-site',
docsRepository: 'https://github.com/jambonz/next-static-site',
branch: 'main',
titleSuffix: ' Jambonz',
logo: (
<>