-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathupdate_documentation.sh
executable file
·12 lines (9 loc) · 2.13 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/sweatpotato13/eosio-swift --github-file-prefix https://github.com/sweatpotato13/eosio-swift/tree/main --hide-documentation-coverage --undocumented-text "" --copyright "Copyright (c) 2017-2022 CuteWisp 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/sweatpotato13/eosio-swift --github-file-prefix https://github.com/sweatpotato13/eosio-swift/tree/main --hide-documentation-coverage --undocumented-text "" --copyright "Copyright (c) 2017-2022 CuteWisp 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/sweatpotato13/eosio-swift --github-file-prefix https://github.com/sweatpotato13/eosio-swift/tree/main --hide-documentation-coverage --undocumented-text "" --copyright "Copyright (c) 2017-2022 CuteWisp 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/sweatpotato13/eosio-swift --github-file-prefix https://github.com/sweatpotato13/eosio-swift/tree/main --hide-documentation-coverage --undocumented-text "" --copyright "Copyright (c) 2017-2022 CuteWisp and its contributors. All rights reserved." --readme README.md --output docs/EosioSwiftSoftkeySignatureProvider