chore: update documentation

This commit is contained in:
Mo
2022-12-07 08:39:07 -06:00
parent 66d08895fe
commit 059ee9ea36
3 changed files with 1 additions and 12 deletions

View File

@@ -23,8 +23,6 @@ This documentation explains how to get started with using Standard Notes, publis
- [Self-hosting a Syncing Server](/self-hosting/getting-started) - [Self-hosting a Syncing Server](/self-hosting/getting-started)
- [Developing Extensions](/extensions/intro) - [Developing Extensions](/extensions/intro)
- [Client Encryption API](/specification/encryption) - [Client Encryption API](/specification/encryption)
- [Sync API](/specification/sync)
- [Auth API](/specification/auth)
## Staying informed ## Staying informed

View File

@@ -43,11 +43,6 @@ module.exports = {
label: 'Client Encryption API', label: 'Client Encryption API',
position: 'left', position: 'left',
}, },
{
to: '/specification/sync',
label: 'Server API',
position: 'left',
},
{ {
to: '/extensions/intro', to: '/extensions/intro',
label: 'Build an Extension', label: 'Build an Extension',

View File

@@ -14,11 +14,7 @@ module.exports = {
], ],
}, },
{ {
API: [ API: ['specification/encryption'],
'specification/encryption',
'specification/sync',
'specification/auth',
],
}, },
{ {
Extensions: [ Extensions: [