From ae5eff29146e86622b2bdacc2d572951ae7f2ffd Mon Sep 17 00:00:00 2001 From: moekhalil Date: Tue, 9 Jun 2020 23:39:22 -0400 Subject: [PATCH] Make MenuItem Links work (#1299) Menu items pointed to anchors links that were non-existent. Adding id's to proper sections for anchor links in menu to work. --- server/pages/developers/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/pages/developers/index.js b/server/pages/developers/index.js index 52c845590..e65cf843e 100644 --- a/server/pages/developers/index.js +++ b/server/pages/developers/index.js @@ -48,7 +48,7 @@ export default function Developers() { small adjustments, including breaking changes to the API.

-

Making requests

+

Making requests

Outline’s API follows simple RPC style conventions where each API endpoint is a method on{' '} @@ -93,7 +93,7 @@ export default function Developers() { -

Authentication

+

Authentication

To access private API endpoints, you must provide a valid API key. @@ -116,7 +116,7 @@ export default function Developers() { resources and they can be called without an API key.

-

Errors

+

Errors

All successful API requests will be returned with 200{' '}