-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: separate API docs from main site #1194
Conversation
Deploying documentation with Cloudflare Pages
|
Cloudflare deployment logs are available here |
b5e3f37
to
5accbcc
Compare
@@ -38,6 +38,14 @@ export const nav = [ | |||
ariaLabel: 'Agoric CLI', | |||
link: '/guides/agoric-cli/', | |||
}, | |||
{ | |||
text: 'Agoric API Reference', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entry seems apt to me but open to suggestions if we wanna call it something else
@@ -38,6 +38,14 @@ export const nav = [ | |||
ariaLabel: 'Agoric CLI', | |||
link: '/guides/agoric-cli/', | |||
}, | |||
{ | |||
text: 'Agoric API Reference', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we usually include SDK in the name for this stuff:
text: 'Agoric API Reference', | |
text: 'Agoric SDK API Reference', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one suggestion
@@ -229,6 +229,14 @@ export default defineConfig({ | |||
}, | |||
], | |||
}, | |||
{ | |||
text: 'Agoric API Reference', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
text: 'Agoric API Reference', | |
text: 'Agoric SDK API Reference', |
I presume it's OK for me to go ahead and merge this. I keep tripping over the lack of it. |
Closes: #1187
This PR aims to remove agoric-sdk and endo reference docs from docs.agoric.com, adds sidebar corresponding sidebar entries and redirects them to the relevant pages.