forked from FabrizioBrancati/BFKit-Swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjazzy.sh
More file actions
executable file
·23 lines (19 loc) · 789 Bytes
/
jazzy.sh
File metadata and controls
executable file
·23 lines (19 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
# Creates documentation using Jazzy.
FRAMEWORK_VERSION=4.0.0
jazzy \
--clean \
--author "Fabrizio Brancati" \
--author_url https://www.fabriziobrancati.com \
--github_url https://github.com/FabrizioBrancati/BFKit-Swift \
--github-file-prefix https://github.com/FabrizioBrancati/BFKit-Swift/tree/$FRAMEWORK_VERSION \
--module-version $FRAMEWORK_VERSION \
--xcodebuild-arguments -scheme,"BFKit iOS" \
--module BFKit \
--root-url https://github.com/FabrizioBrancati/BFKit-Swift \
--output Docs/ \
--theme jony \
--docset-icon Resources/Icon-32.png \
--root-url https://github.fabriziobrancati.com/documentation/BFKit-Swift/ \
--dash_url https://github.fabriziobrancati.com/documentation/BFKit-Swift/docsets/BFKit.xml
cp -r Resources Docs/Resources