Skip to content

Commit

Permalink
Merge pull request #255 from m-tmatma/feature/markdown-toc
Browse files Browse the repository at this point in the history
markdown に TOC を追加
  • Loading branch information
m-tmatma authored Jul 15, 2018
2 parents 0b734b2 + 3d446a6 commit b8859af
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
# Sakura Editor

<!-- TOC -->

- [Sakura Editor](#sakura-editor)
- [Web Site](#web-site)
- [開発参加ポリシー](#開発参加ポリシー)
- [Build Requirements](#build-requirements)
- [Visual Studio Community 2017](#visual-studio-community-2017)
- [Visual Studio Install options required](#visual-studio-install-options-required)
- [How to build](#how-to-build)
- [CI Build (AppVeyor)](#ci-build-appveyor)
- [ビルドの仕組み](#ビルドの仕組み)
- [ビルド成果物を利用する上での注意事項](#ビルド成果物を利用する上での注意事項)
- [ビルド成果物](#ビルド成果物)

<!-- /TOC -->

[![Build status](https://ci.appveyor.com/api/projects/status/xlsp22h1q91mh96j/branch/master?svg=true)](https://ci.appveyor.com/project/sakuraeditor/sakura/branch/master)

A free Japanese text editor for Windows
Expand Down
21 changes: 19 additions & 2 deletions appveyor.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# appveyor でのビルド

<!-- TOC -->

- [appveyor でのビルド](#appveyor-でのビルド)
- [入力として使用する環境変数](#入力として使用する環境変数)
- [ビルドに使用するバッチファイル](#ビルドに使用するバッチファイル)
- [呼び出し構造](#呼び出し構造)
- [ビルドに使用するバッチファイルの引数](#ビルドに使用するバッチファイルの引数)
- [バッチファイルの仕組み](#バッチファイルの仕組み)
- [preBuild.bat の構造](#prebuildbat-の構造)
- [生成する環境変数](#生成する環境変数)
- [処理の流れ](#処理の流れ)
- [zipArtifacts.bat の構造](#zipartifactsbat-の構造)
- [生成する環境変数](#生成する環境変数-1)
- [処理の流れ](#処理の流れ-1)

<!-- /TOC -->

## 入力として使用する環境変数

| 環境変数 | 説明 |
Expand Down Expand Up @@ -71,7 +88,7 @@

## バッチファイルの仕組み

### [sakura\preBuild.bat](sakura/preBuild.bat) の構造
### preBuild.bat の構造

#### 生成する環境変数

Expand Down Expand Up @@ -115,7 +132,7 @@
| APPVEYOR_BUILD_URL |APPVEYOR_BUILD_URL |文字列 |


### [zipArtifacts.bat](zipArtifacts.bat) の構造
### zipArtifacts.bat の構造

#### 生成する環境変数

Expand Down

0 comments on commit b8859af

Please sign in to comment.