This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathupdate_documentation.sh
12 lines (9 loc) · 2.08 KB
/
update_documentation.sh
1
2
3
4
5
6
7
8
9
10
11
12
#! /bin/sh
echo "Updating documentation for EosioSwift..."
jazzy --module EosioSwift --swift-build-tool spm --build-tool-arguments -Xswiftc,-swift-version,-Xswiftc,5 --clean --theme fullwidth --github_url https://github.com/EOSIO/eosio-swift --github-file-prefix https://github.com/EOSIO/eosio-swift/tree/master --hide-documentation-coverage --undocumented-text "" --copyright "Copyright (c) 2017-2020 block.one and its contributors. All rights reserved." --readme README.md --output docs/EosioSwift
echo "Updating documentation for EosioSwiftAbieosSerializationProvider..."
jazzy --module EosioSwiftAbieosSerializationProvider --swift-build-tool spm --build-tool-arguments -Xswiftc,-swift-version,-Xswiftc,5 --clean --theme fullwidth --github_url https://github.com/EOSIO/eosio-swift --github-file-prefix https://github.com/EOSIO/eosio-swift/tree/master --hide-documentation-coverage --undocumented-text "" --copyright "Copyright (c) 2017-2020 block.one and its contributors. All rights reserved." --readme README.md --output docs/EosioSwiftAbieosSerializationProvider
echo "Updating documentation for EosioSwiftEcc..."
jazzy --module EosioSwiftEcc --swift-build-tool spm --build-tool-arguments -Xswiftc,-swift-version,-Xswiftc,5 --clean --theme fullwidth --github_url https://github.com/EOSIO/eosio-swift --github-file-prefix https://github.com/EOSIO/eosio-swift/tree/master --hide-documentation-coverage --undocumented-text "" --copyright "Copyright (c) 2017-2020 block.one and its contributors. All rights reserved." --readme README.md --output docs/EosioSwiftEcc
echo "Updating documentation for EosioSwiftSoftkeySignatureProvider..."
jazzy --module EosioSwiftSoftkeySignatureProvider --swift-build-tool spm --build-tool-arguments -Xswiftc,-swift-version,-Xswiftc,5 --clean --theme fullwidth --github_url https://github.com/EOSIO/eosio-swift --github-file-prefix https://github.com/EOSIO/eosio-swift/tree/master --hide-documentation-coverage --undocumented-text "" --copyright "Copyright (c) 2017-2020 block.one and its contributors. All rights reserved." --readme README.md --output docs/EosioSwiftSoftkeySignatureProvider