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 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.
An up to date online version is available at
[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)
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
> 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.
!! Don't use Remix against a production network unless you are
completely sure what you are doing !!
This documentation describes all the features remix provides. The GUI
can be separated in 4 parts. Click on one the link to get more
information.
> - ../file\_explorer
> - ../solidity\_editor
> - ../terminal
> - ../tabs\_panel
> : - ../compile\_tab
> - ../run\_tab
> - ../settings\_tab
> - ../debugger\_tab
> - ../analysis\_tab
> - ../support\_tab
>
Quick Start
-----------
(see ../quickstart\_javascriptvm)
Tutorial
--------
Contents
========
:ref:`Keyword Index <genindex>`, :ref:`Search Page <search>`
.. toctree::
:maxdepth: 2
quickstart_javascript_vm.md
file_explorer.md
solidity_editor.md
compile_tab.md
run_tab.md
terminal.md
debugger_tab.md
analysis_tab.md
settings_tab.md
support_tab.md
workshop_Building_smart_contracts_with_Remix.md
tutorial_debug.md
tutorial_import.md
tutorial_connect_remix_with_your_filesystem.md
tutorial_mist.md

@ -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

@ -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