diff --git a/_data/navbar.yml b/_data/navbar.yml new file mode 100644 index 0000000000..80edd68491 --- /dev/null +++ b/_data/navbar.yml @@ -0,0 +1,3 @@ +Install: /doc/Installing-Geth +Downloads: /downloads +Documentation: /docs \ No newline at end of file diff --git a/_data/sidebar.yml b/_data/sidebar.yml new file mode 100644 index 0000000000..ba1bcbe00b --- /dev/null +++ b/_data/sidebar.yml @@ -0,0 +1,23 @@ +Install and build: + - Downloads: /downloads + - Installing Ethereum: /docs/Building-Ethereum + - Developers' Guide: /docs/Developers-Guide +How to use: + - Managing Accounts: /docs/Managing-your-accounts + - Mining: /docs/Mining + - Contract Tutorial: /docs/Contract-Tutorial +Interface Documentation: + - Command Line Options: /docs/Command-Line-Options + - JavaScript Console: /docs/JavaScript-Console + - Management API: /docs/Management-APIs + - JSON-RPC server: https://github.com/ethereum/wiki/wiki/JSON-RPC +Issues and support: + - FAQ: /docs/FAQ + - Reporting issues: /docs/geth#reporting + - Community and support: /docs/geth#community-and-support + - Issue handling workflow: /docs/Issue-handling-workflow +Developers: + - Mobile Clients: /docs/Mobile-Clients/Libraries-and-Inproc-Ethereum-Nodes + - Native DApps: /docs/Native-DApps/Go-bindings-to-Ethereum-contracts + - Active go-ethereum projects: /docs/Active-go-ethereum-projects + - Other documents: /docs/other-documents \ No newline at end of file