Skip to content

Commit 36345ff

Browse files
Fix capitalization in site description
Corrected the capitalization of 'ElectrAI' in the site description.
1 parent fd520eb commit 36345ff

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

mkdocs.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,9 @@
11
site_name: electrai
22
site_author: YourName
33
site_description: >-
4-
This is the electrai package!
4+
This is the ElectrAI package!
55
nav:
66
- Home: index.md
7-
- Overview:
8-
- example_docs/intro/why.md
9-
- example_docs/intro/resources.md
10-
- Setup:
11-
- example_docs/setup/prep.md
12-
- example_docs/setup/name.md
13-
- example_docs/setup/basics.md
14-
- Installation:
15-
- example_docs/installation/pyproject.md
16-
- example_docs/installation/install.md
17-
- Code:
18-
- example_docs/code/source.md
19-
- example_docs/code/hints.md
20-
- example_docs/code/tests.md
21-
- Documentation:
22-
- example_docs/mkdocs/docs.md
23-
- example_docs/mkdocs/build.md
24-
- GitHub and CI:
25-
- example_docs/github/commits.md
26-
- example_docs/github/workflows.md
27-
- Code Documentation: reference/ # keep me!
287
- About:
298
- example_docs/about/changelog.md
309
- example_docs/about/conduct.md

0 commit comments

Comments
 (0)