From 7595c601e87ec16ebfad43e2c0917a7abc73b6c9 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Sun, 20 Jan 2019 14:46:42 -0500 Subject: [PATCH] Attempt custom Jazzy index/contents --- .travis.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9c657f..08c0ffa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,13 +47,22 @@ jobs: - <<: *xcodebuild stage: deploy name: Jazzy + before_install: | + cat << EOF > .jazzy.yml + custom_categories: + - name: Path + children: + - Path + - /(_:_:) + EOF + touch Contents.md install: gem install jazzy script: | jazzy \ --no-hide-documentation-coverage \ --theme fullwidth \ --output output \ - --readme README.md \ + --readme Contents.md \ --root-url https://mxcl.github.io/Path.swift/ \ --github_url https://github.com/mxcl/Path.swift \ --module Path \