Add documentation portal (#99)

This commit is contained in:
Cyrill Leutwiler
2024-11-14 20:21:48 +07:00
committed by GitHub
parent f947984671
commit c9dd347755
16 changed files with 35 additions and 37 deletions
-1
View File
@@ -1 +0,0 @@
book
-6
View File
@@ -1,6 +0,0 @@
[book]
authors = ["Cyrill Leutwiler <cyrill@parity.io>"]
language = "en"
multilingual = false
src = "src"
title = "revive documentation"
-3
View File
@@ -1,3 +0,0 @@
# revive documentation
Welcome to the revive Solidty compiler documentation!
-13
View File
@@ -1,13 +0,0 @@
# Summary
[Introduction](README.md)
- [User guide](./user-guide.md)
- [Installation](./installation.md)
- [CLI guide](./cli.md)
- [Hardhat integration](./hardhat.md)
- [Architecture](./architecture.md)
- [Overview](./overview.md)
- [Runtime](./runtime.md)
- [Differences from EVM](./differences-evm.md)
- [Development](./development.md)
-1
View File
@@ -1 +0,0 @@
# Architecture
-1
View File
@@ -1 +0,0 @@
# CLI guide
-1
View File
@@ -1 +0,0 @@
# Development
-1
View File
@@ -1 +0,0 @@
# Differences from EVM
-1
View File
@@ -1 +0,0 @@
# Differences from EVM
-1
View File
@@ -1 +0,0 @@
# Hardhat integration
-1
View File
@@ -1 +0,0 @@
# Installation
-1
View File
@@ -1 +0,0 @@
# Overview
-3
View File
@@ -1,3 +0,0 @@
# Runtime
revive compiled contract target the new contracts pallet runtime environment API.
-1
View File
@@ -1 +0,0 @@
# User guide