Skip to content

Commit 622e5ea

Browse files
authored
Merge pull request #250 from benavlabs/add-google-analytics
add analytics to mkdocs
2 parents 8718cf8 + 6639564 commit 622e5ea

File tree

1 file changed

+25
-20
lines changed

1 file changed

+25
-20
lines changed

mkdocs.yml

Lines changed: 25 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -47,30 +47,30 @@ nav:
4747
- Quick-Start: quick-start.md
4848
- Using SQLModel: sqlmodel.md
4949
- Usage:
50-
- Overview: usage/overview.md
51-
- Automatic Endpoints: usage/endpoint.md
52-
- CRUD Utilities: usage/crud.md
50+
- Overview: usage/overview.md
51+
- Automatic Endpoints: usage/endpoint.md
52+
- CRUD Utilities: usage/crud.md
5353
- Advanced:
54-
- Overview: advanced/overview.md
55-
- Custom Endpoints: advanced/endpoint.md
56-
- Advanced CRUD Usage: advanced/crud.md
57-
- Advanced Filtering: advanced/filters.md
58-
- Dependency-Based Filtering: advanced/dependency_filtering.md
59-
- Joining Models: advanced/joins.md
60-
- Response Key Configuration: advanced/response_keys.md
54+
- Overview: advanced/overview.md
55+
- Custom Endpoints: advanced/endpoint.md
56+
- Advanced CRUD Usage: advanced/crud.md
57+
- Advanced Filtering: advanced/filters.md
58+
- Dependency-Based Filtering: advanced/dependency_filtering.md
59+
- Joining Models: advanced/joins.md
60+
- Response Key Configuration: advanced/response_keys.md
6161
- API Reference:
62-
- Overview: api/overview.md
63-
- FastCRUD: api/fastcrud.md
64-
- EndpointCreator: api/endpoint_creator.md
65-
- crud_router: api/crud_router.md
66-
- paginated: api/paginated.md
62+
- Overview: api/overview.md
63+
- FastCRUD: api/fastcrud.md
64+
- EndpointCreator: api/endpoint_creator.md
65+
- crud_router: api/crud_router.md
66+
- paginated: api/paginated.md
6767
- Showcase: showcase.md
6868
- Community:
69-
- Overview: community/overview.md
70-
- Contributing: community/CONTRIBUTING.md
71-
- Showcase Submission: community/showcase_submission.md
72-
- Code of Conduct: community/CODE_OF_CONDUCT.md
73-
- License: community/LICENSE.md
69+
- Overview: community/overview.md
70+
- Contributing: community/CONTRIBUTING.md
71+
- Showcase Submission: community/showcase_submission.md
72+
- Code of Conduct: community/CODE_OF_CONDUCT.md
73+
- License: community/LICENSE.md
7474
- Changelog: changelog.md
7575

7676
markdown_extensions:
@@ -90,3 +90,8 @@ markdown_extensions:
9090
repo_name: igorbenav/fastcrud
9191
repo_url: https://github.com/igorbenav/fastcrud
9292
edit_uri: edit/main/docs/
93+
94+
extra:
95+
analytics:
96+
provider: google
97+
property: !ENV [GOOGLE_ANALYTICS_KEY, ""]

0 commit comments

Comments
 (0)