diff --git a/src/config/sidebar.yml b/src/config/sidebar.yml index fc44fc94b6e76f4cbc0ecaa8038a4217187a1e98..a7dfe1931f7fc95304746edc640a4c8871c8d3c6 100644 --- a/src/config/sidebar.yml +++ b/src/config/sidebar.yml @@ -22,8 +22,8 @@ link: '/part1/simple_detector' - label: 'Part 2: Adding Detectors' link: '/part2/adding_detectors' - # - label: 'Part 3: Runing the Simulating' - # link: '/part3/simulating_detectors' + - label: 'Part 3: Digitization and Reconstruction' + link: '/part3/running_juggler' # - label: 'Part 4: Sensitive Detectors' # link: '/part4/sensitive_detector' - label: References diff --git a/src/docs/index.mdx b/src/docs/index.mdx index b7185ec86315348b6bb587a691e38e571a37dbe1..a37f91d0c8b60de1047db424621e114a64f70181 100644 --- a/src/docs/index.mdx +++ b/src/docs/index.mdx @@ -15,11 +15,11 @@ together to get some results and serve as a jumping off point for further develo - [Quick start](getting-started/quickstart) - Start here to download software and configure your development environment. -- [Part 1](part1/simple_detector.md) - An introduction to using compact detector descriptions, running Geant4 simulation, and processing the data using DD4hep hooks. +- [Part 1](part1/simple_detector) - An introduction to using compact detector descriptions, running Geant4 simulation, and processing the data using DD4hep hooks. -- [Part 2](part2/adding_detectors.md) - A basic example of how to create new detector geometries, add new sensitive detector constructors, and extend existing detector libraries. +- [Part 2](part2/adding_detectors) - A basic example of how to create new detector geometries, add new sensitive detector constructors, and extend existing detector libraries. -- [Part 3](part3/running_juggler.md) - Running Juggler reconstruction +- [Part 3](part3/running_juggler) - Running Juggler reconstruction ## Background Discussion