From fbd0090734c5edc240086ad1387b306c2eefc9d1 Mon Sep 17 00:00:00 2001 From: Technote Date: Mon, 30 Sep 2019 11:46:24 +0000 Subject: [PATCH] feat: Build for release --- README.ja.md | 14 +++++++------- README.md | 15 ++++++++------- build.json | 2 +- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/README.ja.md b/README.ja.md index 8eda34ca..2b676947 100644 --- a/README.ja.md +++ b/README.ja.md @@ -34,7 +34,13 @@ ![behavior](https://raw.githubusercontent.com/technote-space/toc-generator/images/screenshot.gif) ## インストール -1. Setup workflow +1. 目次の位置を指定 (option) + ```markdown + + + ``` + [詳細](https://github.com/thlorenz/doctoc#specifying-location-of-toc) +1. workflow を設定 例:`.github/workflows/toc.yml` ```yaml on: push @@ -49,12 +55,6 @@ with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` -1. 目次の位置を指定 (option) -詳細: https://github.com/thlorenz/doctoc#specifying-location-of-toc -```markdown - - -``` ## オプション ### TARGET_PATHS diff --git a/README.md b/README.md index 0a998a6e..e2b02f7e 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ Just run [DocToc](https://github.com/thlorenz/doctoc) and commit to branch if ch ![behavior](https://raw.githubusercontent.com/technote-space/toc-generator/images/screenshot.gif) ## Installation +1. Specifying location of TOC (option) +e.g. `README.md` + ```markdown + + + ``` + [detail](https://github.com/thlorenz/doctoc#specifying-location-of-toc) 1. Setup workflow e.g. `.github/workflows/toc.yml` ```yaml @@ -49,12 +56,6 @@ Just run [DocToc](https://github.com/thlorenz/doctoc) and commit to branch if ch with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ``` -1. Specifying location of TOC (option) -see: https://github.com/thlorenz/doctoc#specifying-location-of-toc -```markdown - - -``` ## Options ### TARGET_PATHS @@ -62,7 +63,7 @@ Target file path. (Comma separated, [Detail](https://github.com/thlorenz/doctoc# default: `'README.md'` e.g. `'README.md,README.ja.md'` ### TOC_TITLE -TOC Title. +TOC Title. default: `'**Table of Contents**'` ### COMMIT_MESSAGE Commit message. diff --git a/build.json b/build.json index e2c3d5cf..5a2087da 100644 --- a/build.json +++ b/build.json @@ -1 +1 @@ -{"tagName":"v1.3.0","branch":"gh-actions","tags":["v1.3.0","v1","v1.3"],"updated_at":"2019-09-30T09:56:40.564Z"} \ No newline at end of file +{"tagName":"v1.3.1","branch":"gh-actions","tags":["v1.3.1","v1","v1.3"],"updated_at":"2019-09-30T11:46:24.634Z"} \ No newline at end of file