diff --git a/_config.yml b/_config.yml index 642e4c20..3e293cbc 100644 --- a/_config.yml +++ b/_config.yml @@ -23,8 +23,8 @@ email: your-email@mail.com layout: default The hub for blockchain development tutorials, quickstart guides, API documentation, and more. Everything you need to learn blockchain programming, blockchain dApp development on WAX, or duplicate an EOS dApp. -baseurl: "/wax-docs" # the subpath of your site, e.g. /blog -url: "https://wax-office-of-inspector-general.github.io/wax-developer" # the base hostname & protocol for your site, e.g. http://example.com +baseurl: "/wax-developer" # the subpath of your site, e.g. /blog +url: "https://wax-office-of-inspector-general.github.io" # the base hostname & protocol for your site, e.g. http://example.com # socials twitter_username: WAX_io diff --git a/dev-docs/api-reference/cdt_api.md b/docs/api-reference/cdt_api.md similarity index 94% rename from dev-docs/api-reference/cdt_api.md rename to docs/api-reference/cdt_api.md index 5354a726..fc0917b3 100644 --- a/dev-docs/api-reference/cdt_api.md +++ b/docs/api-reference/cdt_api.md @@ -4,7 +4,7 @@ layout: default parent: WAX-RPC API Reference --- -All of your smart contracts inherit from the C++ API files available in the [WAX Contract Development Toolkit (WAX-CDT)](/wax-docs/dev-docs/cdt) library. These files are used to define your smart contract's actions, structures, and data types. +All of your smart contracts inherit from the C++ API files available in the [WAX Contract Development Toolkit (WAX-CDT)](/wax-developer/docs/cdt) library. These files are used to define your smart contract's actions, structures, and data types. This smart contract API can be grouped into three key modules: diff --git a/dev-docs/api-reference/dfuse/dfuse_example.md b/docs/api-reference/dfuse/dfuse_example.md similarity index 100% rename from dev-docs/api-reference/dfuse/dfuse_example.md rename to docs/api-reference/dfuse/dfuse_example.md diff --git a/dev-docs/api-reference/dfuse/index.md b/docs/api-reference/dfuse/index.md similarity index 100% rename from dev-docs/api-reference/dfuse/index.md rename to docs/api-reference/dfuse/index.md diff --git a/dev-docs/api-reference/index.md b/docs/api-reference/index.md similarity index 100% rename from dev-docs/api-reference/index.md rename to docs/api-reference/index.md diff --git a/dev-docs/dapp-development/convert_eos.md b/docs/dapp-development/convert_eos.md similarity index 72% rename from dev-docs/dapp-development/convert_eos.md rename to docs/dapp-development/convert_eos.md index e4dd00c9..49c7299f 100644 --- a/dev-docs/dapp-development/convert_eos.md +++ b/docs/dapp-development/convert_eos.md @@ -23,22 +23,22 @@ WAX is fully compatible with EOS smart contracts and offers free blockchain acco http://all-access.wax.io - A WAX Cloud Wallet Account automatically creates a WAX Blockchain account for your customers and allows you to integrate WaxJS into your dApps. Refer to [WAX Cloud Wallet Quickstart](/wax-docs/dev-docs/waa_waxjs_qstart) for more information. + A WAX Cloud Wallet Account automatically creates a WAX Blockchain account for your customers and allows you to integrate WaxJS into your dApps. Refer to [WAX Cloud Wallet Quickstart](/wax-developer/docs/waa_waxjs_qstart) for more information. ## Development Environment If you'd like to test your smart contracts on WAX, you can: -* Complete our [Docker Quickstart](/wax-docs/dev-docs/docker_qstart) (recommended) or use the [WAX Blockchain Setup](/wax-docs/dev-docs/blockchain_setup) to build from source. -* Build your contracts using the [WAX Contract Development Toolkit (WAX-CDT)](/wax-docs/dev-docs/cdt). -* [Set Up a Local dApp Environment](/wax-docs/dev-docs/local_dapp_dev). -* Deploy to the [WAX Testnet](/wax-docs/dev-docs/testnet_depoy). +* Complete our [Docker Quickstart](/wax-developer/docs/docker_qstart) (recommended) or use the [WAX Blockchain Setup](/wax-developer/docs/blockchain_setup) to build from source. +* Build your contracts using the [WAX Contract Development Toolkit (WAX-CDT)](/wax-developer/docs/cdt). +* [Set Up a Local dApp Environment](/wax-developer/docs/local_dapp_dev). +* Deploy to the [WAX Testnet](/wax-developer/docs/testnet_depoy). Warning: Setting up WAX source code in your local development environment will overwrite a current EOS installation. If you'd like to keep your EOS environment, it's recommended that you use Docker, a virtual machine, or a separate development environment. {: .label .label-yellow } ## Deploy Your Smart Contracts -You must compile your smart contracts using the [WAX Contract Development Toolkit (WAX-CDT)](/wax-docs/dev-docs/cdt). +You must compile your smart contracts using the [WAX Contract Development Toolkit (WAX-CDT)](/wax-developer/docs/cdt). -If you don't want to install the WAX source code, you can use our [Docker Quickstart](/wax-docs/dev-docs/docker_qstart) or custom scripts to deploy your smart contracts. Refer to [Deploy Your dApp on WAX](/wax-docs/dev-docs/dapp_deploy) for more information. \ No newline at end of file +If you don't want to install the WAX source code, you can use our [Docker Quickstart](/wax-developer/docs/docker_qstart) or custom scripts to deploy your smart contracts. Refer to [Deploy Your dApp on WAX](/wax-developer/docs/dapp_deploy) for more information. \ No newline at end of file diff --git a/dev-docs/dapp-development/dapp_environments.md b/docs/dapp-development/dapp_environments.md similarity index 85% rename from dev-docs/dapp-development/dapp_environments.md rename to docs/dapp-development/dapp_environments.md index 75500fe8..853ffbc0 100644 --- a/dev-docs/dapp-development/dapp_environments.md +++ b/docs/dapp-development/dapp_environments.md @@ -18,17 +18,17 @@ Below you'll find WAX versions, URLs, and development environment information.