create-specment 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/generators/template-files.d.ts.map +1 -1
- package/bin/generators/template-files.js +110 -109
- package/bin/generators/template-files.js.map +1 -1
- package/package.json +1 -1
- package/templates/docs/01-overview/_assumptions-constraints.mdx +19 -0
- package/templates/docs/01-overview/_business-context.mdx +18 -0
- package/templates/docs/01-overview/_firm-proposal.mdx +52 -0
- package/templates/docs/01-overview/_gap-analysis.mdx +18 -0
- package/templates/docs/01-overview/_project/342/200/221charter.mdx +23 -0
- package/templates/docs/01-overview/_requirements-specification.mdx +77 -0
- package/templates/docs/01-overview/_risks.mdx +16 -0
- package/templates/docs/01-overview/_scope.mdx +24 -0
- package/templates/docs/01-overview/_stakeholders.mdx +24 -0
- package/templates/docs/01-overview/as-is.mdx +64 -0
- package/templates/docs/01-overview/glossary.mdx +41 -0
- package/templates/docs/01-overview/index.mdx +41 -0
- package/templates/docs/01-overview/odsc.mdx +72 -0
- package/templates/docs/01-overview/roadmap.mdx +27 -0
- package/templates/docs/01-overview/system-context.mdx +22 -0
- package/templates/docs/01-overview/to-be.mdx +102 -0
- package/templates/docs/02-requirements/_category_.yaml +2 -0
- package/templates/docs/02-requirements/functional/_category_.json +8 -0
- package/templates/docs/02-requirements/functional/_req-template.mdx +49 -0
- package/templates/docs/02-requirements/functional/req-001.mdx +56 -0
- package/templates/docs/02-requirements/index.mdx +14 -0
- package/templates/docs/02-requirements/non-functional/_category_.json +8 -0
- package/templates/docs/02-requirements/non-functional/_nfr-template.mdx +45 -0
- package/templates/docs/02-requirements/non-functional/nfr-001.mdx +60 -0
- package/templates/docs/02-requirements/non-functional/nfr-002.mdx +60 -0
- package/templates/docs/03-external/business-model.mdx +14 -0
- package/templates/docs/03-external/img/business-model-by-claude.xml +107 -0
- package/templates/docs/03-external/img/business-model.xml +84 -0
- package/templates/docs/03-external/img/docsVersionDropdown.png +0 -0
- package/templates/docs/03-external/img/gantt.xml +1 -0
- package/templates/docs/03-external/img/localeDropdown.png +0 -0
- package/templates/docs/03-external/index.mdx +46 -0
- package/templates/docs/04-internal/batches/_category_.yaml +2 -0
- package/templates/docs/04-internal/batches/import-products.mdx +68 -0
- package/templates/docs/04-internal/batches/index.mdx +25 -0
- package/templates/docs/04-internal/index.mdx +32 -0
- package/templates/docs/04-internal/policies/_category_.yaml +2 -0
- package/templates/docs/04-internal/policies/branch-naming-rules.mdx +110 -0
- package/templates/docs/04-internal/policies/github.mdx +100 -0
- package/templates/docs/04-internal/policies/pull-request-operation-flow.mdx +118 -0
- package/templates/docs/04-internal/rules/_category_.yaml +2 -0
- package/templates/docs/04-internal/rules/database.mdx +139 -0
- package/templates/docs/04-internal/rules/document-creation-rules.mdx +39 -0
- package/templates/docs/04-internal/rules/index.mdx +10 -0
- package/templates/docs/04-internal/rules/markdown.mdx +148 -0
- package/templates/docs/04-internal/rules/review-process.mdx +32 -0
- package/templates/docs/04-internal/screens/_category_.yaml +2 -0
- package/templates/docs/04-internal/screens/dashboard.mdx +17 -0
- package/templates/docs/04-internal/screens/index.mdx +20 -0
- package/templates/docs/04-internal/screens/login.mdx +18 -0
- package/templates/docs/04-internal/screens/menu.mdx +17 -0
- package/templates/docs/04-internal/tables/_category_.yaml +2 -0
- package/templates/docs/04-internal/tables/customer_details.mdx +35 -0
- package/templates/docs/04-internal/tables/customers.mdx +35 -0
- package/templates/docs/04-internal/tables/index.mdx +11 -0
- package/templates/docs/example.drawio.svg +57 -0
- package/templates/docs/intro.md +47 -0
- package/templates/docs/introduction/document-editing/_category_.yml +2 -0
- package/templates/docs/introduction/document-editing/how-to.mdx +31 -0
- package/templates/docs/introduction/index.mdx +35 -0
- package/templates/docs/introduction/operational-policies/_category_.yaml +2 -0
- package/templates/docs/introduction/operational-policies/github.mdx +33 -0
- package/templates/docs/introduction/operational-policies/img/branch-naming-rules.svg +73 -0
- package/templates/docs/introduction/operational-policies/sharepoint.mdx +28 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="850" height="300" xmlns="http://www.w3.org/2000/svg" font-family="Arial, sans-serif">
|
|
3
|
+
<!-- 定義: 矢印マーカー -->
|
|
4
|
+
<defs>
|
|
5
|
+
<marker id="arrow" markerWidth="10" markerHeight="10" refX="10" refY="5" orient="auto">
|
|
6
|
+
<path d="M0,0 L10,5 L0,10 Z" fill="black" />
|
|
7
|
+
</marker>
|
|
8
|
+
</defs>
|
|
9
|
+
|
|
10
|
+
<!-- コンポーネント: User -->
|
|
11
|
+
<rect x="40" y="40" width="80" height="40" fill="#FFFFFF" stroke="#000000" />
|
|
12
|
+
<text x="80" y="60" text-anchor="middle" dominant-baseline="middle" font-size="12">User</text>
|
|
13
|
+
|
|
14
|
+
<!-- コンポーネント: Amazon Route 53 -->
|
|
15
|
+
<rect x="180" y="40" width="120" height="40" fill="#F9E79F" stroke="#F1C40F" />
|
|
16
|
+
<text x="240" y="60" text-anchor="middle" dominant-baseline="middle" font-size="12">Amazon Route 53</text>
|
|
17
|
+
|
|
18
|
+
<!-- コンポーネント: Amazon CloudFront -->
|
|
19
|
+
<rect x="330" y="40" width="120" height="40" fill="#D1F2EB" stroke="#1ABC9C" />
|
|
20
|
+
<text x="390" y="60" text-anchor="middle" dominant-baseline="middle" font-size="12">Amazon CloudFront</text>
|
|
21
|
+
|
|
22
|
+
<!-- コンポーネント: Elastic Load Balancer -->
|
|
23
|
+
<rect x="480" y="40" width="140" height="40" fill="#F5B7B1" stroke="#E74C3C" />
|
|
24
|
+
<text x="550" y="60" text-anchor="middle" dominant-baseline="middle" font-size="12">Elastic Load Balancer</text>
|
|
25
|
+
|
|
26
|
+
<!-- コンポーネント: EC2 (Auto Scaling) -->
|
|
27
|
+
<rect x="650" y="40" width="140" height="60" fill="#D6EAF8" stroke="#3498DB" />
|
|
28
|
+
<text x="720" y="70" text-anchor="middle" dominant-baseline="middle" font-size="12">EC2 (Auto Scaling)</text>
|
|
29
|
+
|
|
30
|
+
<!-- コンポーネント: Amazon RDS -->
|
|
31
|
+
<rect x="650" y="120" width="140" height="60" fill="#E8DAEF" stroke="#8E44AD" />
|
|
32
|
+
<text x="720" y="150" text-anchor="middle" dominant-baseline="middle" font-size="12">Amazon RDS</text>
|
|
33
|
+
|
|
34
|
+
<!-- コンポーネント: Amazon S3 -->
|
|
35
|
+
<rect x="650" y="200" width="140" height="60" fill="#FCF3CF" stroke="#F4D03F" />
|
|
36
|
+
<text x="720" y="230" text-anchor="middle" dominant-baseline="middle" font-size="12">Amazon S3</text>
|
|
37
|
+
|
|
38
|
+
<!-- 接続エッジ -->
|
|
39
|
+
|
|
40
|
+
<!-- User -> Amazon Route 53 -->
|
|
41
|
+
<line x1="120" y1="60" x2="180" y2="60" stroke="black" stroke-width="2" marker-end="url(#arrow)" />
|
|
42
|
+
|
|
43
|
+
<!-- Amazon Route 53 -> Amazon CloudFront -->
|
|
44
|
+
<line x1="300" y1="60" x2="330" y2="60" stroke="black" stroke-width="2" marker-end="url(#arrow)" />
|
|
45
|
+
|
|
46
|
+
<!-- Amazon CloudFront -> Elastic Load Balancer -->
|
|
47
|
+
<line x1="450" y1="60" x2="480" y2="60" stroke="black" stroke-width="2" marker-end="url(#arrow)" />
|
|
48
|
+
|
|
49
|
+
<!-- Elastic Load Balancer -> EC2 (Auto Scaling) -->
|
|
50
|
+
<line x1="620" y1="60" x2="650" y2="70" stroke="black" stroke-width="2" marker-end="url(#arrow)" />
|
|
51
|
+
|
|
52
|
+
<!-- EC2 (Auto Scaling) -> Amazon RDS -->
|
|
53
|
+
<line x1="670" y1="100" x2="720" y2="120" stroke="black" stroke-width="2" marker-end="url(#arrow)" />
|
|
54
|
+
|
|
55
|
+
<!-- EC2 (Auto Scaling) -> Amazon S3 -->
|
|
56
|
+
<line x1="770" y1="100" x2="720" y2="200" stroke="black" stroke-width="2" marker-end="url(#arrow)" />
|
|
57
|
+
</svg>
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 1
|
|
3
|
+
---
|
|
4
|
+
|
|
5
|
+
# Tutorial Intro
|
|
6
|
+
|
|
7
|
+
Let's discover **Docusaurus in less than 5 minutes**.
|
|
8
|
+
|
|
9
|
+
## Getting Started
|
|
10
|
+
|
|
11
|
+
Get started by **creating a new site**.
|
|
12
|
+
|
|
13
|
+
Or **try Docusaurus immediately** with **[docusaurus.new](https://docusaurus.new)**.
|
|
14
|
+
|
|
15
|
+
### What you'll need
|
|
16
|
+
|
|
17
|
+
- [Node.js](https://nodejs.org/en/download/) version 18.0 or above:
|
|
18
|
+
- When installing Node.js, you are recommended to check all checkboxes related to dependencies.
|
|
19
|
+
|
|
20
|
+
## Generate a new site
|
|
21
|
+
|
|
22
|
+
Generate a new Docusaurus site using the **classic template**.
|
|
23
|
+
|
|
24
|
+
The classic template will automatically be added to your project after you run the command:
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
npm init docusaurus@latest my-website classic
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.
|
|
31
|
+
|
|
32
|
+
The command also installs all necessary dependencies you need to run Docusaurus.
|
|
33
|
+
|
|
34
|
+
## Start your site
|
|
35
|
+
|
|
36
|
+
Run the development server:
|
|
37
|
+
|
|
38
|
+
```bash
|
|
39
|
+
cd my-website
|
|
40
|
+
npm run start
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
The `cd` command changes the directory you're working with. In order to work with your newly created Docusaurus site, you'll need to navigate the terminal there.
|
|
44
|
+
|
|
45
|
+
The `npm run start` command builds your website locally and serves it through a development server, ready for you to view at http://localhost:3000/.
|
|
46
|
+
|
|
47
|
+
Open `docs/intro.md` (this page) and edit some lines: the site **reloads automatically** and displays your changes.
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 1
|
|
3
|
+
tag:
|
|
4
|
+
- Markdown
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# 概要
|
|
8
|
+
## フォルダー構成 {#folder-configuration}
|
|
9
|
+
```
|
|
10
|
+
\
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## サイドバー {#sidebar}
|
|
14
|
+
1. mdx(md)ファイルで作成すると自動的にコンテンツとなる
|
|
15
|
+
1. 表示順を変更したい場合はファイルの最初にyaml形式で定義する
|
|
16
|
+
1. 参考: 公式Docusaurus.[Markdown front matter](https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-docs#markdown-front-matter)
|
|
17
|
+
1. 例
|
|
18
|
+
```mdx title="sample.mdx"
|
|
19
|
+
---
|
|
20
|
+
sidebar_position: 1
|
|
21
|
+
---
|
|
22
|
+
# サンプル
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## 階層表示したい場合 {#to-layerd}
|
|
26
|
+
1. サブフォルダーを作成し、そこにファイル `_category_.yml` を作る
|
|
27
|
+
1. 例
|
|
28
|
+
```yml title="_category_.yml"
|
|
29
|
+
label: 'ドキュメント編集方法'
|
|
30
|
+
position: 4
|
|
31
|
+
```
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
id: index
|
|
3
|
+
sidebar_position: 1
|
|
4
|
+
hide_title: true
|
|
5
|
+
---
|
|
6
|
+
import { TBD } from '@site/src/components/TBD';
|
|
7
|
+
|
|
8
|
+
# Introduction
|
|
9
|
+
|
|
10
|
+
:::tip
|
|
11
|
+
1. このドキュメントサイトは各プロジェクトごとの作成例です
|
|
12
|
+
1. ソースとドキュメントを一元管理する(できる)ことを示しています
|
|
13
|
+
:::
|
|
14
|
+
|
|
15
|
+
## 参考になりそうな情報
|
|
16
|
+
1. Qiita: [良いコードの書き方](https://qiita.com/alt_yamamoto/items/25eda376e6b947208996)
|
|
17
|
+
1. コーディング規約のガイドラインとして参考にしたい
|
|
18
|
+
1. Website: Qbook会員限定-[この一冊でソフトウェアテストの基本がわかる!](https://www.qbook.jp/e-book/software-kiso/)
|
|
19
|
+
1. Qbook会員になると無料で読める
|
|
20
|
+
1. テストについて資料したい場合の参考に
|
|
21
|
+
1. Website(PDF): IPA情報処理推進機構-[事例3: 要件定義ドキュメントの漏れや曖昧性の低減](https://www.ipa.go.jp/archive/files/000072725.pdf)
|
|
22
|
+
1. 要件定義に必要なこと、その後に作成するドキュメントの順番などがわかりやすく書かれている
|
|
23
|
+
1. GitHub: [nablarch-development-standards](https://github.com/nablarch-development-standards/nablarch-development-standards)
|
|
24
|
+
1. Nablarch開発標準
|
|
25
|
+
1. Excelなどで書かれているドキュメント
|
|
26
|
+
1. Officeドキュメントなのが残念だけど、書物としては参考にしやすそう
|
|
27
|
+
|
|
28
|
+
## 気になるアプリケーションなど
|
|
29
|
+
1. [Playwright](https://playwright.dev)
|
|
30
|
+
1. TypeScriptで作られたE2Eテスト。
|
|
31
|
+
1. メジャーなブラウザーをコレひとつでテストできるようになる
|
|
32
|
+
1. 可能なら導入確認していきたい
|
|
33
|
+
1. [Biome](https://biomejs.dev)
|
|
34
|
+
1. Node.jsでのlintやフォーマッターをコレひとつで管理できるようしたもの
|
|
35
|
+
1. Node.jsだとeslintが有名だけど、設定の面倒な部分や高速化したい時にBiomeの導入を検討したい
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 1
|
|
3
|
+
tag:
|
|
4
|
+
- Git
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# GitHub
|
|
8
|
+
1. リポジトリは右上のGitHubアイコンをクリックする
|
|
9
|
+
|
|
10
|
+
## 概要 {#overview}
|
|
11
|
+
1. コンテンツの管理、IssueなどすべてをGitHubで行う
|
|
12
|
+
|
|
13
|
+
## ブランチ命名ルール {#branch-naming}
|
|
14
|
+
1. 基本はケバブケース(例: `feature/abc-def`)
|
|
15
|
+
1. [`^(feature\/|bugfix\/|revert\/|cherry-pick\/)(issue-name-or-summary-[a-z0-9\-]*)$`](https://regexper.com/#%5E%28feature%5C%2F%7Cbugfix%5C%2F%7Crevert%5C%2F%7Ccherry-pick%5C%2F%29%28issue-name-or-summary-%5Ba-z0-9%5C-%5D*%29%24)
|
|
16
|
+
1. 
|
|
17
|
+
1. 例
|
|
18
|
+
1. `feature/issue123-frontend-add-lgoin`
|
|
19
|
+
1. `feature/issue333-website-update-docusaurus-3-0-1`
|
|
20
|
+
|
|
21
|
+
### `feature/`
|
|
22
|
+
1. 以下を除くすべて
|
|
23
|
+
|
|
24
|
+
### `bugfix/`
|
|
25
|
+
1. バグ発生時の対応時に使用する
|
|
26
|
+
1. ここでのバグは`main`へmerge後に発生したものを指す
|
|
27
|
+
1. テスト中の発生したものは含まない
|
|
28
|
+
|
|
29
|
+
### `revert/`
|
|
30
|
+
1. revert時
|
|
31
|
+
|
|
32
|
+
### `cherry-pick/`
|
|
33
|
+
1. cherry-pick利用時
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
|
|
2
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" version="1.1" width="642.8124389648438" height="172.5">
|
|
3
|
+
<defs>
|
|
4
|
+
<style type="text/css">svg {
|
|
5
|
+
background-color: #fff; }
|
|
6
|
+
|
|
7
|
+
.root text,
|
|
8
|
+
.root tspan {
|
|
9
|
+
font: 12px Arial; }
|
|
10
|
+
|
|
11
|
+
.root path {
|
|
12
|
+
fill-opacity: 0;
|
|
13
|
+
stroke-width: 2px;
|
|
14
|
+
stroke: #000; }
|
|
15
|
+
|
|
16
|
+
.root circle {
|
|
17
|
+
fill: #6b6659;
|
|
18
|
+
stroke-width: 2px;
|
|
19
|
+
stroke: #000; }
|
|
20
|
+
|
|
21
|
+
.anchor text, .any-character text {
|
|
22
|
+
fill: #fff; }
|
|
23
|
+
|
|
24
|
+
.anchor rect, .any-character rect {
|
|
25
|
+
fill: #6b6659; }
|
|
26
|
+
|
|
27
|
+
.escape text, .charset-escape text, .literal text {
|
|
28
|
+
fill: #000; }
|
|
29
|
+
|
|
30
|
+
.escape rect, .charset-escape rect {
|
|
31
|
+
fill: #bada55; }
|
|
32
|
+
|
|
33
|
+
.literal rect {
|
|
34
|
+
fill: #dae9e5; }
|
|
35
|
+
|
|
36
|
+
.charset .charset-box {
|
|
37
|
+
fill: #cbcbba; }
|
|
38
|
+
|
|
39
|
+
.subexp .subexp-label tspan,
|
|
40
|
+
.charset .charset-label tspan,
|
|
41
|
+
.match-fragment .repeat-label tspan {
|
|
42
|
+
font-size: 10px; }
|
|
43
|
+
|
|
44
|
+
.repeat-label {
|
|
45
|
+
cursor: help; }
|
|
46
|
+
|
|
47
|
+
.subexp .subexp-label tspan,
|
|
48
|
+
.charset .charset-label tspan {
|
|
49
|
+
dominant-baseline: text-after-edge; }
|
|
50
|
+
|
|
51
|
+
.subexp .subexp-box {
|
|
52
|
+
stroke: #908c83;
|
|
53
|
+
stroke-dasharray: 6,2;
|
|
54
|
+
stroke-width: 2px;
|
|
55
|
+
fill-opacity: 0; }
|
|
56
|
+
|
|
57
|
+
.quote {
|
|
58
|
+
fill: #908c83; }
|
|
59
|
+
</style>
|
|
60
|
+
</defs>
|
|
61
|
+
<metadata>
|
|
62
|
+
<rdf:rdf>
|
|
63
|
+
<cc:license rdf:about="http://creativecommons.org/licenses/by/3.0/">
|
|
64
|
+
<cc:permits rdf:resource="http://creativecommons.org/ns#Reproduction"></cc:permits>
|
|
65
|
+
<cc:permits rdf:resource="http://creativecommons.org/ns#Distribution"></cc:permits>
|
|
66
|
+
<cc:requires rdf:resource="http://creativecommons.org/ns#Notice"></cc:requires>
|
|
67
|
+
<cc:requires rdf:resource="http://creativecommons.org/ns#Attribution"></cc:requires>
|
|
68
|
+
<cc:permits rdf:resource="http://creativecommons.org/ns#DerivativeWorks"></cc:permits>
|
|
69
|
+
</cc:license>
|
|
70
|
+
</rdf:rdf>
|
|
71
|
+
</metadata>
|
|
72
|
+
<desc>Created with Snap</desc><g transform="matrix(1,0,0,1,15,10)" class="root"><g transform="matrix(1,0,0,1,10,0)" class="regexp match"><path d="M70.703125,87.25H90.7031M210.718725,87.25H240.7188M491.10158262939456,87.25H526.1015"></path><g transform="matrix(1,0,0,1,0,75.5)" class="match-fragment"><g class="label anchor"><rect width="70.703125" height="23.5"></rect><text x="0" y="0" transform="matrix(1,0,0,1,5,16.75)"><tspan>Start of line</tspan></text></g></g><g transform="matrix(1,0,0,1,80.7031,11.75)" class="match-fragment subexp"><rect rx="3" ry="3" class="subexp-box" transform="matrix(1,0,0,1,0,11)" width="140.015625" height="129"></rect><text x="0" y="0" transform="matrix(1,0,0,1,0,11)" class="subexp-label"><tspan>group #1</tspan></text><g transform="matrix(1,0,0,1,10,21)" class="regexp"><path d="M10,21.75q0,-10 10,-10M110.015625,21.75q0,-10 -10,-10M0,54.5c10,0 10,-14.25 20,-14.25M120.015625,54.5c-10,0 -10,-14.25 -20,-14.25M0,54.5c10,0 10,14.25 20,14.25M120.015625,54.5c-10,0 -10,14.25 -20,14.25M10,87.25q0,10 10,10M110.015625,87.25q0,10 -10,10M0,54.5q10,0 10,-10V21.75M120.015625,54.5q-10,0 -10,-10V21.75M0,54.5q10,0 10,10V87.25M120.015625,54.5q-10,0 -10,10V87.25"></path><g transform="matrix(1,0,0,1,20,0)" class="regexp-matches"><path d="M0,11.75h10.6602M69.3555125,11.75H80.015625M0,40.25h13.3281M66.687475,40.25H80.015625M0,68.75h14.0039M66.0117125,68.75H80.015625M0,97.25h0M80.015625,97.25H80.015625"></path><g transform="matrix(1,0,0,1,10.6602,0)" class="match match-fragment literal"><g class="label"><rect width="58.6953125" height="23.5" rx="3" ry="3"></rect><text x="0" y="0" transform="matrix(1,0,0,1,5,16.75)"><tspan class="quote">“</tspan><tspan>feature/</tspan><tspan class="quote">”</tspan></text></g></g><g transform="matrix(1,0,0,1,13.3281,28.5)" class="match match-fragment literal"><g class="label"><rect width="53.359375" height="23.5" rx="3" ry="3"></rect><text x="0" y="0" transform="matrix(1,0,0,1,5,16.75)"><tspan class="quote">“</tspan><tspan>bugfix/</tspan><tspan class="quote">”</tspan></text></g></g><g transform="matrix(1,0,0,1,14.0039,57)" class="match match-fragment literal"><g class="label"><rect width="52.0078125" height="23.5" rx="3" ry="3"></rect><text x="0" y="0" transform="matrix(1,0,0,1,5,16.75)"><tspan class="quote">“</tspan><tspan>revert/</tspan><tspan class="quote">”</tspan></text></g></g><g transform="matrix(1,0,0,1,0,85.5)" class="match match-fragment literal"><g class="label"><rect width="80.015625" height="23.5" rx="3" ry="3"></rect><text x="0" y="0" transform="matrix(1,0,0,1,5,16.75)"><tspan class="quote">“</tspan><tspan>cherry-pick/</tspan><tspan class="quote">”</tspan></text></g></g></g></g></g><g transform="matrix(1,0,0,1,230.7188,0)" class="match-fragment subexp"><rect rx="3" ry="3" class="subexp-box" transform="matrix(1,0,0,1,0,11)" width="285.3827819824219" height="141.5"></rect><text x="0" y="0" transform="matrix(1,0,0,1,0,11)" class="subexp-label"><tspan>group #2</tspan></text><g transform="matrix(1,0,0,1,10,21)" class="regexp match"><path d="M152.0234375,66.25H177.0234"></path><g transform="matrix(1,0,0,1,0,54.5)" class="match-fragment literal"><g class="label"><rect width="152.0234375" height="23.5" rx="3" ry="3"></rect><text x="0" y="0" transform="matrix(1,0,0,1,5,16.75)"><tspan class="quote">“</tspan><tspan>issue-name-or-summary-</tspan><tspan class="quote">”</tspan></text></g></g><g transform="matrix(1,0,0,1,162.0234,0)" class="match-fragment"><path d="M0,66.25q10,0 10,-10v-46.25q0,-10 10,-10h63.35938262939453q10,0 10,10v46.25q0,10 10,10M15,66.25q-10,0 -10,10v35.25q0,10 10,10h73.35938262939453q10,0 10,-10v-35.25q0,-10 -10,-10M98.35938262939453,81.25l5,-5m-5,5l-5,-5"></path><g transform="matrix(1,0,0,1,15,10)" class="charset"><rect rx="3" ry="3" class="charset-box" transform="matrix(1,0,0,1,0,11)" width="73.3593864440918" height="90.5"></rect><text x="0" y="0" transform="matrix(1,0,0,1,0,11)" class="charset-label"><tspan>One of:</tspan></text><g transform="matrix(1,0,0,1,5,16)"><g transform="matrix(1,0,0,1,0.3398,0)" class="charset-range"><text x="0" y="0" transform="matrix(1,0,0,1,29.6797,16)">-</text><g transform="matrix(1,0,0,1,0,0)" class="literal"><g class="label"><rect width="24.6796875" height="23.5" rx="3" ry="3"></rect><text x="0" y="0" transform="matrix(1,0,0,1,5,16.75)"><tspan class="quote">“</tspan><tspan>a</tspan><tspan class="quote">”</tspan></text></g></g><g transform="matrix(1,0,0,1,38.6797,0)" class="literal"><g class="label"><rect width="24" height="23.5" rx="3" ry="3"></rect><text x="0" y="0" transform="matrix(1,0,0,1,5,16.75)"><tspan class="quote">“</tspan><tspan>z</tspan><tspan class="quote">”</tspan></text></g></g></g><g transform="matrix(1,0,0,1,0,28.5)" class="charset-range"><text x="0" y="0" transform="matrix(1,0,0,1,29.6797,16)">-</text><g transform="matrix(1,0,0,1,0,0)" class="literal"><g class="label"><rect width="24.6796875" height="23.5" rx="3" ry="3"></rect><text x="0" y="0" transform="matrix(1,0,0,1,5,16.75)"><tspan class="quote">“</tspan><tspan>0</tspan><tspan class="quote">”</tspan></text></g></g><g transform="matrix(1,0,0,1,38.6797,0)" class="literal"><g class="label"><rect width="24.6796875" height="23.5" rx="3" ry="3"></rect><text x="0" y="0" transform="matrix(1,0,0,1,5,16.75)"><tspan class="quote">“</tspan><tspan>9</tspan><tspan class="quote">”</tspan></text></g></g></g><g transform="matrix(1,0,0,1,20.6797,57)" class="literal"><g class="label"><rect width="22" height="23.5" rx="3" ry="3"></rect><text x="0" y="0" transform="matrix(1,0,0,1,5,16.75)"><tspan class="quote">“</tspan><tspan>-</tspan><tspan class="quote">”</tspan></text></g></g></g></g></g></g></g><g transform="matrix(1,0,0,1,526.1015,75.5)" class="match-fragment"><g class="label anchor"><rect width="66.7109375" height="23.5"></rect><text x="0" y="0" transform="matrix(1,0,0,1,5,16.75)"><tspan>End of line</tspan></text></g></g></g><path d="M10,87.25H0M602.8124375,87.25H612.8124389648438"></path><circle cx="0" cy="87.25" r="5"></circle><circle cx="612.8124389648438" cy="87.25" r="5"></circle></g></svg>
|
|
73
|
+
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
---
|
|
2
|
+
sidebar_position: 2
|
|
3
|
+
---
|
|
4
|
+
import { TBD } from '@site/src/components/TBD';
|
|
5
|
+
|
|
6
|
+
# SharePoint
|
|
7
|
+
1. <TBD/> URLリンク
|
|
8
|
+
|
|
9
|
+
## フォルダー構成 {#foler-configuration}
|
|
10
|
+
1. <TBD/> ここにフォルダー構成と簡単な説明を書く
|
|
11
|
+
|
|
12
|
+
## 設定 {#config}
|
|
13
|
+
### 読み取り専用で保存する
|
|
14
|
+
1. SharePoint上のファイルは開くだけで編集され、履歴に残ってしまうことがあるため、ファイル自体を読み取り専用の設定をしておく
|
|
15
|
+
1.
|
|
16
|
+
|
|
17
|
+
### 編集はクライアントアプリケーションで行う {#how-to-edit-in-client-application}
|
|
18
|
+
1. デフォルトでデスクトップアプリケーションで開く
|
|
19
|
+
1. 手順
|
|
20
|
+
1. 画面右上の「設定」(歯車アイコン)をクリックする
|
|
21
|
+
1. リンク「ライブラリの設定」をクリックする
|
|
22
|
+
1. セクション「設定」の「詳細設定」をクリックする
|
|
23
|
+
1. 「ブラウザー対応ドキュメントを表示する規定の方法」で「クライアント アプリケーションで開く」をクリックして選択する
|
|
24
|
+
1. 一番下までのスクロールして「OK」をクリックする
|
|
25
|
+
|
|
26
|
+
## より厳密に管理したい場合
|
|
27
|
+
1. チェックアウトとチェックイン機能をオンにする
|
|
28
|
+
1. 詳細は<TBD/>
|