Attempt custom Jazzy index/contents
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -47,13 +47,22 @@ jobs:
|
|||||||
- <<: *xcodebuild
|
- <<: *xcodebuild
|
||||||
stage: deploy
|
stage: deploy
|
||||||
name: Jazzy
|
name: Jazzy
|
||||||
|
before_install: |
|
||||||
|
cat << EOF > .jazzy.yml
|
||||||
|
custom_categories:
|
||||||
|
- name: Path
|
||||||
|
children:
|
||||||
|
- Path
|
||||||
|
- /(_:_:)
|
||||||
|
EOF
|
||||||
|
touch Contents.md
|
||||||
install: gem install jazzy
|
install: gem install jazzy
|
||||||
script: |
|
script: |
|
||||||
jazzy \
|
jazzy \
|
||||||
--no-hide-documentation-coverage \
|
--no-hide-documentation-coverage \
|
||||||
--theme fullwidth \
|
--theme fullwidth \
|
||||||
--output output \
|
--output output \
|
||||||
--readme README.md \
|
--readme Contents.md \
|
||||||
--root-url https://mxcl.github.io/Path.swift/ \
|
--root-url https://mxcl.github.io/Path.swift/ \
|
||||||
--github_url https://github.com/mxcl/Path.swift \
|
--github_url https://github.com/mxcl/Path.swift \
|
||||||
--module Path \
|
--module Path \
|
||||||
|
|||||||
Reference in New Issue
Block a user