Skip to content

Commit

Permalink
docs: fix docs:build
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaelfaro committed Dec 3, 2024
1 parent 144d7d2 commit 08dd7b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The source directory (`src`) provides numerous modules that one can use.
- [**serializer**](/docs/serialization.md) : Core component for the ability to serialize/deserialize modules.
- [**errors**](/docs/errors.md) : Error classes and helpers to catch errors fast.
- [**version**](/docs/version.md) : Constants representing the framework (e.g., latest version)
- **internals** : Modules used by other modules within the framework. |
- **internals** : Modules used by other modules within the framework. |

To see more in-depth explanation see [overview](/docs/overview.md).

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The source directory (`src`) provides numerous modules that one can use.
- [**serializer**](/docs/serialization.md) : Core component for the ability to serialize/deserialize modules.
- [**errors**](/docs/errors.md) : Error classes and helpers to catch errors fast.
- [**version**](/docs/version.md) : Constants representing the framework (e.g., latest version)
- **internals** : Modules used by other modules within the framework.
- **internals** : Modules used by other modules within the framework. |

To see more in-depth explanation see [overview](/docs/overview.md).

Expand Down

0 comments on commit 08dd7b8

Please sign in to comment.