* Add shortcode for summary
Update cleanup shortcode
Update Containers on Fargate tutorial
Update webserver tutorial to use shortcode
Signed-off-by: bermudezmt <bermudez.mt@gmail.com>
* Clean up REST API tutorial
Signed-off-by: bermudezmt <bermudez.mt@gmail.com>
* Fix broken link and remove extra spaces
Signed-off-by: bermudezmt <bermudez.mt@gmail.com>
* Final featured tutorial cleanup for AWS
Signed-off-by: bermudezmt <bermudez.mt@gmail.com>
* Fix 1640
* Address PR feedback
* Clean up EC2 webserver tutorial
Add shortcode for multi-language prerequisites
Add shortcode for GitHub buttons for multi-language examples
Signed-off-by: bermudezmt <bermudez.mt@gmail.com>
* Pull in tutorial title updates
Signed-off-by: bermudezmt <bermudez.mt@gmail.com>
* Clean up EC2 webserver tutorial
Signed-off-by: bermudezmt <bermudez.mt@gmail.com>
* Fix broken link
- Use ungreedy matches for links.
- Don't attempt to fix-up links that start with "../"
Removes cloud-aws and cloud-azure API docs. These are implementation details that we stopped generating docs for a while ago. But since we don't delete docs we no longer generate, these were sticking around in an old format, with links that do not have a trailing slash. The fix is to "delete" the content and simple redirect to the public `@pulumi/cloud` docs.
Also uses `relref` in one more place so that we have a trailing slash.
- Fix left alignment of "Edit on this Page" and "Request a Change"
- Remove "Edit on this Page" for generated pages
- Add "WARNING: this was generated by a tool" comment to generated pages
- Use Tailwind for styles
* Generalize `toc_nochildren` instead of looking for specific names
* Expandable/collapsable second level toc items
And cleanup the implementation while making changes here.
* Make CI/CD & SAML sub-pages true nav items
Now that we support expandable/collapsable second level nav items in the TOC, make the CI/CD and SAML sub pages true nav items, to match the nav items in Crosswalk.
Address feedback from @mikhailshilkov . I standardized to "Troposphere and CDK" except for the second bullet point: "Troposphere/CDK compiles down to YAML and is therefore limited in what it can express."
I'm a bit unsure -- do you think that needs to be changed as well?