Skip to content

Commit

Permalink
chore(docs): update TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
solaoi committed May 11, 2022
1 parent 5e36210 commit 8ba562e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 32 deletions.
5 changes: 0 additions & 5 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ TUNA-Mayonnaise(ツナマヨ)は、ノードベースエディタ上でJSON
- [データベース](#%E3%83%87%E3%83%BC%E3%82%BF%E3%83%99%E3%83%BC%E3%82%B9)
- [APIの機能](#api%E3%81%AE%E6%A9%9F%E8%83%BD)
- [監視](#%E7%9B%A3%E8%A6%96)
- [活用例](#%E6%B4%BB%E7%94%A8%E4%BE%8B)
- [1. 静的なJSONを返すサーバー作成](#1-%E9%9D%99%E7%9A%84%E3%81%AAjson%E3%82%92%E8%BF%94%E3%81%99%E3%82%B5%E3%83%BC%E3%83%90%E3%83%BC%E4%BD%9C%E6%88%90)
- [2. 静的なHTMLを返すサーバー作成](#2-%E9%9D%99%E7%9A%84%E3%81%AAhtml%E3%82%92%E8%BF%94%E3%81%99%E3%82%B5%E3%83%BC%E3%83%90%E3%83%BC%E4%BD%9C%E6%88%90)
- [3. 外部APIからのレスポンスを元に、動的なJSONを返すサーバー作成](#3-%E5%A4%96%E9%83%A8api%E3%81%8B%E3%82%89%E3%81%AE%E3%83%AC%E3%82%B9%E3%83%9D%E3%83%B3%E3%82%B9%E3%82%92%E5%85%83%E3%81%AB%E5%8B%95%E7%9A%84%E3%81%AAjson%E3%82%92%E8%BF%94%E3%81%99%E3%82%B5%E3%83%BC%E3%83%90%E3%83%BC%E4%BD%9C%E6%88%90)
- [4. 外部APIからのレスポンスを元に、動的なHTMLを返すサーバー作成](#4-%E5%A4%96%E9%83%A8api%E3%81%8B%E3%82%89%E3%81%AE%E3%83%AC%E3%82%B9%E3%83%9D%E3%83%B3%E3%82%B9%E3%82%92%E5%85%83%E3%81%AB%E5%8B%95%E7%9A%84%E3%81%AAhtml%E3%82%92%E8%BF%94%E3%81%99%E3%82%B5%E3%83%BC%E3%83%90%E3%83%BC%E4%BD%9C%E6%88%90)
- [依存関係](#%E4%BE%9D%E5%AD%98%E9%96%A2%E4%BF%82)
- [バックエンドの依存関係](#%E3%83%90%E3%83%83%E3%82%AF%E3%82%A8%E3%83%B3%E3%83%89%E3%81%AE%E4%BE%9D%E5%AD%98%E9%96%A2%E4%BF%82)
- [フロントエンドの依存関係](#%E3%83%95%E3%83%AD%E3%83%B3%E3%83%88%E3%82%A8%E3%83%B3%E3%83%89%E3%81%AE%E4%BE%9D%E5%AD%98%E9%96%A2%E4%BF%82)
Expand Down
41 changes: 14 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,20 @@ TUNA-Mayonnaise is a CommandLineTool to generate and serve JSON/HTML on the node
<details>
<summary>CLICK</summary>

- [!tuna-mayonnaise](#)
- [Table of Contents](#table-of-contents)
- [Why](#why)
- [Get Started](#get-started)
- [Install](#install)
- [For MacOS (Homebrew)](#for-macos-homebrew)
- [For Others (Binary Releases)](#for-others-binary-releases)
- [Usage](#usage)
- [1. Launch a tool on your browser](#1-launch-a-tool-on-your-browser)
- [2. Serve your JSON/HTML](#2-serve-your-jsonhtml)
- [Tool Features](#tool-features)
- [Template Engine](#template-engine)
- [API](#api)
- [Database](#database)
- [Connection Options](#connection-options)
- [TLS / SSL](#tls--ssl)
- [API Features](#api-features)
- [Monitoring](#monitoring)
- [UseCases](#usecases)
- [1. Serve Static JSON](#1-serve-static-json)
- [2. Serve Static HTML](#2-serve-static-html)
- [3. Serve Dynamic JSON](#3-serve-dynamic-json)
- [4. Serve Dynamic HTML](#4-serve-dynamic-html)
- [Dependencies](#dependencies)
- [BACKEND Dependencies](#backend-dependencies)
- [FRONTEND Dependencies](#frontend-dependencies)
- [FRONTEND DEV Dependencies](#frontend-dev-dependencies)
- [Why](#why)
- [Get Started](#get-started)
- [Install](#install)
- [Usage](#usage)
- [Tool Features](#tool-features)
- [Template Engine](#template-engine)
- [API](#api)
- [Database](#database)
- [API Features](#api-features)
- [Monitoring](#monitoring)
- [Dependencies](#dependencies)
- [BACKEND Dependencies](#backend-dependencies)
- [FRONTEND Dependencies](#frontend-dependencies)
- [FRONTEND DEV Dependencies](#frontend-dev-dependencies)

</details>
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
Expand Down

0 comments on commit 8ba562e

Please sign in to comment.