Skip to content

Commit

Permalink
Merge pull request #5384 from oasisprotocol/matevz/docs/part-chapter-…
Browse files Browse the repository at this point in the history
…section

docs: Consistently use part/chapter/section terms
  • Loading branch information
matevz authored Oct 6, 2023
2 parents f136349 + 3f1e8c9 commit ab83d43
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .changelog/5384.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs: Use "chapter" and "section" terms consistently
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ consensus layer only provides information on what state (summarized by a
cryptographic hash of a Merklized data structure) is considered canonical at any
given point in time.

See the following sections for more details on specific components and their
See the following chapters for more details on specific components and their
implementations.

* [Consensus Layer](consensus/README.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/consensus/services/registry.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ the [consensus service API documentation].
## Resources

The registry service manages different kinds of resources which are described
from a high level perspective in this section.
from a high level perspective in this chapter.

### Entities and Nodes

Expand Down
2 changes: 1 addition & 1 deletion docs/development-setup/building.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Building

This section contains a description of steps required to build Oasis Core.
This chapter contains a description of steps required to build Oasis Core.
Before proceeding, make sure to look at the [prerequisites] required for running
an Oasis Core environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/development-setup/oasis-net-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ sysctl kernel.unprivileged_userns_clone=1

This could also happen if you are running in a Docker container without
specifying additional options at startup. See the [Using the Development Docker
Image] section for details.
Image] section of the Prerequisites for details.

<!-- markdownlint-disable line-length -->
[sandboxing]: ../runtime/README.md#runtimes
Expand Down

0 comments on commit ab83d43

Please sign in to comment.