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?" |
Beta Was this translation helpful? Give feedback.
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 link Hope that helps! Feel free to open up an issue if you have any more questions 🙂 Thanks, -Kanad |
Beta Was this translation helpful? Give feedback.
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:…