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.
1 parent 3ce774a commit 03cbf49Copy full SHA for 03cbf49
gradle-scripts/mkdocs.gradle
@@ -1,6 +1,6 @@
1
mkdocs {
2
// mkdocs sources
3
- sourcesDir = 'src/docs' // default is 'doc' in the root directory.
+ sourcesDir = 'docs' // default is 'doc' in the root directory.
4
// strict build (fail on build errors)
5
strict = true
6
// target build directory (publication root)
0 commit comments