How do I add the "What's next?" #853
|
When using the API and SDK, how do I signify which page links for "What's next?" |
Answered by
kanadgupta
Aug 4, 2023
Replies: 1 comment
|
Hi there! The attributes you're asking about are technically an undocumented part of ReadMe's Docs API. As a disclaimer, these attributes are deliberately undocumented and might change without warning. For the upcoming version of the API (details to come), we should have better coverage on this front! As of this writing, you can sync using next:
pages:
- name: Example Page
slug: getting-started
type: doc
category: Documentation
- type: url
value: "https://google.com"
name: some external linkHope that helps! Feel free to open up an issue if you have any more questions 🙂 Thanks, -Kanad |
0 replies
Answer selected by
kanadgupta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there!
The attributes you're asking about are technically an undocumented part of ReadMe's Docs API. As a disclaimer, these attributes are deliberately undocumented and might change without warning. For the upcoming version of the API (details to come), we should have better coverage on this front!
As of this writing, you can sync using
rdme docs, you can specify the following attributes in the YAML front matter of your Markdown docs and an object like this will set the "What's Next" attributes:…