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

feat: improve docs #193

Merged
merged 1 commit into from
Feb 24, 2024
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
5 changes: 2 additions & 3 deletions docs/getting-started/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,8 @@ Athenna needs almost no additional configuration out of
the box. You are free to get started developing! Each
option is documented, so feel free to look through the
files and get familiar with the options available to you.
It contains several options such as debug, environment and
locale that you may wish to change, according to your
application.
It contains several options such as locale that you may
wish to change, according to your application.

### Manipulating configuration values

Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,8 @@ to you.
Athenna needs almost no additional configuration out of the box. You are
free to get started developing! However, you may wish to review the
`Path.config('app.ts')` file and its documentation. It contains several
options such as timezone and locale that you may wish to change according
to your application.
options such as locale that you may wish to change according to your
application.

## Environment based configuration

Expand Down
Loading