diff --git a/docusaurus.config.js b/docusaurus.config.js index 3b936a868345d18d039f996d6127e7da0c637dff..3bc0e7a83dc60e86b941e782b7e82a337c329f04 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -73,6 +73,11 @@ module.exports = { type: 'doc', label: 'Routing-API', docId: 'apis/routing-api' + }, + { + type: 'doc', + label: 'Self-Service API', + docId: 'apis/self-service-api' } ] },