chore: update documentation
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
@@ -14,11 +14,7 @@ module.exports = {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
API: [
|
API: ['specification/encryption'],
|
||||||
'specification/encryption',
|
|
||||||
'specification/sync',
|
|
||||||
'specification/auth',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Extensions: [
|
Extensions: [
|
||||||
|
|||||||
Reference in New Issue
Block a user