hlxsites / prisma-cloud-docs-website

blocks and gdoc authored content for https://docs.prismacloud.io
Apache License 2.0
3 stars 2 forks source link

Left nav - section entries #40

Closed iansk closed 1 year ago

iansk commented 1 year ago

Clicking on an expandable entry in the left nav doesn't show any content.

For example, see "Install" on Franklin: Prisma Cloud Administrator’s Guide (Compute)

left-nev-section-entry-franklin

See "Install" on AEM: https://docs.paloaltonetworks.com/prisma/prisma-cloud/30/prisma-cloud-compute-edition-admin/install

left-nav-section-entry-aem

If you look at the book.yml file, you'll see how it works. The section/chapter dir is install. The first topic is named install.adoc, and it's what should be displayed/rendered when someone clicks on the "Install" expandable entry.

---
kind: chapter
name: Install
dir: install
topics:
- name: Install
  file: install.adoc
- name: Getting started
  file: getting_started.adoc
- name: System requirements