From 5fc86617ecb099841761ea1280246d96c3cabe00 Mon Sep 17 00:00:00 2001 From: "David E. Perez Negron R" Date: Tue, 22 Aug 2023 18:22:22 -0600 Subject: [PATCH] Starting the DECA Project Documenation Template --- .gitignore | 1 + README.md | 31 ++++++ book.toml | 6 ++ index.html | 251 +++++++++++++++++++++++++++++++++++++++++++++++ src/README.md | 1 + src/SUMMARY.md | 5 + src/chapter_1.md | 1 + 7 files changed, 296 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 book.toml create mode 100644 index.html create mode 100644 src/README.md create mode 100644 src/SUMMARY.md create mode 100644 src/chapter_1.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7585238 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +book diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c53dff --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# DECA Docs + +The DECA Project Documentation + +## Introduction + +## Requirements + +## Installation + +## Contribute + +## Contract + +* [Telegram](https://t.me/deca_currency/1) +* [Matrix](https://matrix.to/#/#DECA:matrix.org) + +## License + +``` +Copyright (C) DECENTRALIZED CLIMATE FOUNDATION A.C. +Permission is granted to copy, distribute and/or modify this document +under the terms of the GNU Free Documentation License, Version 1.3 +or any later version published by the Free Software Foundation; +with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. +A copy of the license is included in the section entitled "GNU +Free Documentation License". +``` + +## References + diff --git a/book.toml b/book.toml new file mode 100644 index 0000000..076e4b4 --- /dev/null +++ b/book.toml @@ -0,0 +1,6 @@ +[book] +authors = ["David E. Perez Negron R."] +language = "en" +multilingual = true +src = "src" +title = "DECA Documentation" diff --git a/index.html b/index.html new file mode 100644 index 0000000..e994eb5 --- /dev/null +++ b/index.html @@ -0,0 +1,251 @@ + + + + + + Introduction - DECA Documentation + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + +
+
+

DECA Docs

+

The DECA Project Documentation

+

Introduction

+

Requirements

+

Installation

+

Contribute

+

Contract

+ +

License

+
Copyright (C) DECENTRALIZED CLIMATE FOUNDATION A.C.
+Permission is granted to copy, distribute and/or modify this document
+under the terms of the GNU Free Documentation License, Version 1.3
+or any later version published by the Free Software Foundation;
+with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+A copy of the license is included in the section entitled "GNU
+Free Documentation License". 
+
+

References

+ +
+ + +
+
+ + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + diff --git a/src/README.md b/src/README.md new file mode 100644 index 0000000..e10b99d --- /dev/null +++ b/src/README.md @@ -0,0 +1 @@ +# Introduction diff --git a/src/SUMMARY.md b/src/SUMMARY.md new file mode 100644 index 0000000..365f299 --- /dev/null +++ b/src/SUMMARY.md @@ -0,0 +1,5 @@ +# Summary + +[Introduction](../README.md) + +- [Chapter 1](./chapter_1.md) diff --git a/src/chapter_1.md b/src/chapter_1.md new file mode 100644 index 0000000..b743fda --- /dev/null +++ b/src/chapter_1.md @@ -0,0 +1 @@ +# Chapter 1