From f69e6fe8885a5108e74565151505b10d44ad4e14 Mon Sep 17 00:00:00 2001 From: pearmini Date: Thu, 12 Aug 2021 23:30:10 +0800 Subject: [PATCH] docs: update readme.md and tutorials --- CONTRIBUTING.md | 0 README.md | 3 +-- docs/tutorials/readme.md | 4 +--- 3 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index e69de29..0000000 diff --git a/README.md b/README.md index a0c1207..c6465cb 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,11 @@ There are many reasons for creating Charming, but the most important one is that ## 📎 Links -- [Introduction](https://observablehq.com/@pearmini/charming) +- [Introduction](./docs/introduction.md) - [Tutorials](./docs/tutorials/readme.md) - [API Reference](./docs/api/readme.md) - [Examples](./docs/examples/readme.md) - [Processing&P5.js to Charming](./docs/processing&p5js-to-charming.md) -- [Contributing](./CONTRIBUTING.md) ## ✨ Features diff --git a/docs/tutorials/readme.md b/docs/tutorials/readme.md index 855fc4b..3d767e6 100644 --- a/docs/tutorials/readme.md +++ b/docs/tutorials/readme.md @@ -1,10 +1,8 @@ # Overview -- [Shape](./shape.md) +- [Structure](./structure.md) - [Color](./color.md) -- [Structure](./stucture.md) - [Event](./event.md) - [Image](./image.md) - [Typography](./typography.md) - [Helper](./helper.md) -- [Processing to Charming](./processing-to-charming.md)