Skip to content

Commit

Permalink
Use correct syntax for no-index
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Jul 23, 2024
1 parent dcde26b commit 0765b8d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ myst:

```{eval-rst}
.. module:: plone
:noindex:
:no-index:
```

(chapter-env)=
Expand Down
2 changes: 1 addition & 1 deletion docs/group.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ myst:

```{eval-rst}
.. module:: plone
:noindex:
:no-index:
```

(chapter-groups)=
Expand Down
2 changes: 1 addition & 1 deletion docs/portal.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ myst:

```{eval-rst}
.. module:: plone
:noindex:
:no-index:
```

(chapter-portal)=
Expand Down
2 changes: 1 addition & 1 deletion docs/relation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ myst:

```{eval-rst}
.. module:: plone
:noindex:
:no-index:
```

(chapter-relation)=
Expand Down
2 changes: 1 addition & 1 deletion docs/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ myst:

```{eval-rst}
.. module:: plone
:noindex:
:no-index:
```

(chapter-users)=
Expand Down

0 comments on commit 0765b8d

Please sign in to comment.