chore: update documentation

This commit is contained in:
Mo 2022-12-07 08:39:07 -06:00
parent 66d08895fe
commit 059ee9ea36
No known key found for this signature in database
GPG key ID: 034B13B1644297E1
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)
- [Developing Extensions](/extensions/intro)
- [Client Encryption API](/specification/encryption)
- [Sync API](/specification/sync)
- [Auth API](/specification/auth)
## Staying informed

View file

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

View file

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