Skip to content

Commit 696176b

Browse files
authored
Merge pull request #10 from project-ocre/removing_toc
Removed TOC from pages where it is not needed
2 parents 427d2a2 + afd2d8c commit 696176b

6 files changed

Lines changed: 9 additions & 3 deletions

File tree

docs/architecture/containers/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ title: Ocre Containers
44
has_children: true
55
parent: Architecture
66
nav_order: 1
7+
has_toc: false
78
---
89

910
# Ocre Containers

docs/architecture/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: default
33
title: Architecture
44
has_children: true
55
nav_order: 2
6+
has_toc: false
67
---
78

89
# Architecture

docs/board-support/ST/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: STMicroelectronics
33
layout: default
44
parent: Board Support
55
has_children: true
6+
has_toc: false
67
---
78

89
# STMicroelectronics
@@ -15,7 +16,7 @@ Before working with any STM32 board, you should install:
1516

1617
## Optional
1718
Some boards need other utilities and drivers to build and flash the Ocre runtime and can be found below.
18-
* **[openocd driver](https://openocd.org/)**: Openocd is an opensource on chip debugger, and the default flashing utility for some ST boards.
19+
* **[openocd driver](https://openocd.org/)**: Openocd is an open-source on chip debugger, and the default flashing utility for some ST boards.
1920

2021
## Supported Boards
2122
Select your board below for detailed setup and usage instructions.

docs/quickstart/first-app/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: Your First Container
33
layout: default
44
parent: Quickstart
55
nav_order: 3
6-
has_children: true
6+
has_children: true
7+
has_toc: false
78
---
89

910
# Your First App

docs/quickstart/prerequisites/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ layout: default
44
parent: Quickstart
55
nav_order: 0
66
has_children: true
7+
has_toc: false
78
---
89

910
# Prerequisites

docs/samples/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Sample Applications
33
layout: default
44
nav_order: 4
5-
has_children: true
5+
has_children: true
6+
has_toc: false
67
---
78

89
# Sample Applications

0 commit comments

Comments
 (0)