We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b03cac + 28e35c6 commit 8ea149dCopy full SHA for 8ea149d
mkdocs.yml
@@ -0,0 +1,13 @@
1
+site_name: "A RuboCop extension focused on enforcing Rails best practices and coding conventions."
2
+repo_url: https://github.com/rubocop-hq/rubocop-rails
3
+edit_uri: edit/master/manual/
4
+copyright: "Copyright © 2012-2019 Bozhidar Batsov and RuboCop contributors"
5
+docs_dir: manual
6
+pages:
7
+- Home: index.md
8
+- Installation: installation.md
9
+- Usage: usage.md
10
+- Cops: cops.md
11
+- Cops Documentation:
12
+ - Rails Cops: cops_rails.md
13
+theme: readthedocs
readthedocs.yml
@@ -0,0 +1,5 @@
+build:
+ image: stable
+
+formats:
+ - htmlzip
0 commit comments