Merge pull request #796 from ethereum/docs

First basic changes to readTheDocs table of content
pull/7/head
yann300 7 years ago committed by GitHub
commit 21b97d7398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 55
      docs/index.md
  2. 0
      docs/quickstart_javascript_vm.md
  3. 10
      docs/tabs_panel.md
  4. 2
      docs/tutorial_connect_remix_with_your_filesystem.md
  5. 8
      docs/workshop_Building_smart_contracts_with_Remix.md

@ -1,15 +1,12 @@
Remix - Solidity IDE Remix - Solidity IDE
==================== ====================
Remix is an IDE for the smart contract programming language Solidity and Remix is Ethereum IDE for the smart contract programming language Solidity and
has an integrated debugger and testing environment. has an integrated debugger and testing environment.
An up to date online version is available at An up to date online version is available at
[remix.ethereum.org](http://remix.ethereum.org) [remix.ethereum.org](http://remix.ethereum.org)
This page will host documentation and tutorial about features Remix
provides.
Please go to [solidity.readthedocs.io](http://solidity.readthedocs.io) Please go to [solidity.readthedocs.io](http://solidity.readthedocs.io)
for any information regarding `Solidity` for any information regarding `Solidity`
@ -32,31 +29,29 @@ Remix is a good solution if you intend to:
> - Together with Mist (or any tool which inject web3), Remix can be > - Together with Mist (or any tool which inject web3), Remix can be
> used to test and debug a Dapp (see ../tutorial\_mist) > used to test and debug a Dapp (see ../tutorial\_mist)
Developing smart contract requires a deep understanding of the Developing smart contract requires deep understanding of the
associated Blockchain technology. associated Blockchain technology.
!! Don't use Remix against a production network unless you are Contents
completely sure what you are doing !! ========
This documentation describes all the features remix provides. The GUI :ref:`Keyword Index <genindex>`, :ref:`Search Page <search>`
can be separated in 4 parts. Click on one the link to get more
information. .. toctree::
:maxdepth: 2
> - ../file\_explorer
> - ../solidity\_editor quickstart_javascript_vm.md
> - ../terminal file_explorer.md
> - ../tabs\_panel solidity_editor.md
> : - ../compile\_tab compile_tab.md
> - ../run\_tab run_tab.md
> - ../settings\_tab terminal.md
> - ../debugger\_tab debugger_tab.md
> - ../analysis\_tab analysis_tab.md
> - ../support\_tab settings_tab.md
> support_tab.md
Quick Start workshop_Building_smart_contracts_with_Remix.md
----------- tutorial_debug.md
tutorial_import.md
(see ../quickstart\_javascriptvm) tutorial_connect_remix_with_your_filesystem.md
tutorial_mist.md
Tutorial
--------

@ -1,10 +0,0 @@
Tabs Panel
==========
- ../compile\_tab
- ../run\_tab
- ../settings\_tab
- ../debugger\_tab
- ../analysis\_tab
- ../support\_tab

@ -1,4 +1,4 @@
Accessing a shared folder in Remix IDE using Remixd Access your local filesystem by using Remixd
=================================================== ===================================================
Remixd is an npm module. Its purpose is to give the remix web Remixd is an npm module. Its purpose is to give the remix web

@ -0,0 +1,8 @@
Building Smart Contracts with Remix
=======================
We prepared a thorough workshop that will help you build your own DApp. We will show you how to build and deploy smart contracts, how to deploy them and how to interact with them. Later in the workshop you will also learn how to connect your frontend with blockchain by using web3.js.
### Let's get started
To start with the workshop, please click [this link](https://slides.com/ninabreznik/deck-11-13#/)
Loading…
Cancel
Save