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.
This commit is contained in:
moekhalil
2020-06-09 23:39:22 -04:00
committed by GitHub
parent b444874944
commit ae5eff2914

View File

@ -48,7 +48,7 @@ export default function Developers() {
small adjustments, including breaking changes to the API. small adjustments, including breaking changes to the API.
</p> </p>
<h2>Making requests</h2> <h2 id="requests">Making requests</h2>
<p> <p>
Outlines API follows simple RPC style conventions where each API Outlines API follows simple RPC style conventions where each API
endpoint is a method on{' '} endpoint is a method on{' '}
@ -93,7 +93,7 @@ export default function Developers() {
</Code> </Code>
</Pre> </Pre>
<h2>Authentication</h2> <h2 id="authentication">Authentication</h2>
<p> <p>
To access private API endpoints, you must provide a valid API key. 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. resources and they can be called without an API key.
</p> </p>
<h2>Errors</h2> <h2 id="errors">Errors</h2>
<p> <p>
All successful API requests will be returned with <Code>200</Code>{' '} All successful API requests will be returned with <Code>200</Code>{' '}