forked from rubocop/rubocop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
30 lines (30 loc) · 957 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
site_name: "RuboCop: The Ruby Linter that Serves and Protects"
repo_url: https://github.com/bbatsov/rubocop
site_favicon: favicon.ico
copyright: "Copyright (C) 2016 Bozhidar Batsov and RuboCop contributors"
docs_dir: manual
pages:
- Home: index.md
- Installation: installation.md
- Basic Usage: basic_usage.md
- Cops: cops.md
- Formatters: formatters.md
- Configuration: configuration.md
- Caching: caching.md
- Extensions: extensions.md
- Integration with other tools: integration_with_other_tools.md
- Automated Code Review: automated_code_review.md
- Support: support.md
- Contributing: contributing.md
- Development: development.md
- Cops Documentation:
- Linting Cops: cops_lint.md
- Metrics Cops: cops_metrics.md
- Performance Cops: cops_performance.md
- Rails Cops: cops_rails.md
- Security Cops: cops_security.md
- Style Cops: cops_style.md
- Bundler Cops: cops_bundler.md
extra_css:
- css/extra.css
theme: readthedocs