This is an automated email from the ASF dual-hosted git repository. johnmcw pushed a commit to branch css_fix2 in repository https://gitbox.apache.org/repos/asf/incubator-milagro.git
commit c3e27ed57e0cfcd72fca7d700af5ff4ae733cd0f Author: John McCane-Whitney <[email protected]> AuthorDate: Fri Sep 13 11:19:39 2019 +0100 fixed css and missing js docs --- website/sidebars.json | 44 +++++++++++++++++++++++++++++++++++++++-- website/siteConfig.js | 2 +- website/static/swagger/btc.yaml | 1 - 3 files changed, 43 insertions(+), 4 deletions(-) diff --git a/website/sidebars.json b/website/sidebars.json index 4124073..ca5d63c 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -11,9 +11,49 @@ [ "amcl-overview", "amcl-c-api", - "amcl-javascript-api" + { + "type": "subcategory", + "label": "AMCL JavaScript API", + "ids": [ + "cryptojs/amcl-javascript-api", + "cryptojs/aes", + "cryptojs/big", + "cryptojs/bls", + "cryptojs/bls192", + "cryptojs/bls256", + "cryptojs/dbig", + "cryptojs/ecdh", + "cryptojs/ecp", + "cryptojs/ecp2", + "cryptojs/ecp4", + "cryptojs/ecp8", + "cryptojs/ff", + "cryptojs/fp", + "cryptojs/fp2", + "cryptojs/fp4", + "cryptojs/fp8", + "cryptojs/fp12", + "cryptojs/fp16", + "cryptojs/fp24", + "cryptojs/fp48", + "cryptojs/gcm", + "cryptojs/hash256", + "cryptojs/hash384", + "cryptojs/hash512", + "cryptojs/mpin", + "cryptojs/mpin192", + "cryptojs/mpin256", + "cryptojs/pair", + "cryptojs/pair192", + "cryptojs/pair256", + "cryptojs/rand", + "cryptojs/rsa", + "cryptojs/sha3", + "cryptojs/unit64" + ] + } ], - "Decentralized Trust Authority": + "D-TA": [ "d-ta-overview", "dta-details/quickstart", diff --git a/website/siteConfig.js b/website/siteConfig.js index 568effe..4442109 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -21,7 +21,7 @@ ]; const siteConfig = { - separateCss: ['/cdocs'], + separateCss: ['/cdocs', '/swagger'], title: 'Apache Milagro', // Title for your website. tagline: 'Core security infrastructure for decentralized networks', url: 'https://milagro.apache.org', // Your website URL diff --git a/website/static/swagger/btc.yaml b/website/static/swagger/btc.yaml deleted file mode 120000 index 104b687..0000000 --- a/website/static/swagger/btc.yaml +++ /dev/null @@ -1 +0,0 @@ -/Users/howardkitto/go/src/github.com/apache/incubator-milagro-dta/pkg/bitcoinplugin/open-api.yaml \ No newline at end of file
