-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
33 lines (33 loc) · 973 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
site_name: Esi\SimpleCounter
site_description: 'Documentation for Simple Counter - A simple PHP counter that counts your website visitors.'
site_author: 'Eric Sizemore'
copyright: 'Copyright (C) 2006 - 2024 Eric Sizemore'
site_url: https://www.secondversion.com/docs/simple_counter
docs_dir: docs/
repo_name: 'ericsizemore/simple_counter'
repo_url: 'https://github.com/ericsizemore/simple_counter'
theme:
name: readthedocs
highlightjs: true
hljs_style: 'github'
hljs_languages:
bash
json
php
nav:
- Home: index.md
- Main Class:
- Counter: counter.md
- Configuration:
- FlatfileConfiguration: flatfile-configuration.md
- Interfaces:
- ConfigurationInterface: configuration-interface.md
- StorageInterface: storage-interface.md
- Storage:
- FlatfileStorage: flatfile-storage.md
- Trait:
- FormatterTrait: formatter-trait.md
- About:
- License: license.md
- Security: security.md
- Upgrading: upgrading.md