mirror of
https://github.com/acid-info/nimbus-site.git
synced 2025-01-21 23:00:58 +00:00
2e163e3318
Changes: - Updates links to use new https://news.nimbus.team/ Ghost instance, rename links to use "News" - Fixes URLs for the documentation sidebar in source/_data/sidebar.yml - Drops fetching Fathoms tracker.js and embeds it by committing it at source/js/fathom.js - Drops a bunch of unused dependencies like babel, browserify, js-yaml, or qrcode - Drops themes/navy/source/js/main.js and replaces it with simpler source/js/main.js - Drops scripts pulled in from CDNs like Moment.js, jQuery, Clipboard.js, and Highlight - Drops everything in themes/navy/source/js including useless themes/navy/source/js/styles - Drops over complicated JS bundling tasks from gulpfile.js - Drops templates for unused popups: - themes/navy/layout/partial/community-popup.swig - themes/navy/layout/partial/projects-popup.swig Signed-off-by: Jakub Sokołowski <jakub@status.im>
16 lines
404 B
YAML
16 lines
404 B
YAML
docs:
|
|
Nimbus:
|
|
introduction: /docs/index.html
|
|
building: /docs/building.html
|
|
# milestones: milestones.html
|
|
design: /docs/design.html
|
|
# team: team.html
|
|
faq: /docs/faq.html
|
|
contributor_guide: /docs/contributor_guide.html
|
|
Guides:
|
|
Ethereum 1: /docs/eth1.html
|
|
Testnet 0: /docs/t0.html
|
|
Testnet 1: /docs/t1.html
|
|
Custom Testnet: /docs/custom-nimbus-testnet.html
|
|
|