Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Consistently use part/chapter/section terms #5384

Merged
merged 1 commit into from
Oct 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading