diff --git a/.vscode/markdown.code-snippets b/.vscode/markdown.code-snippets new file mode 100644 index 0000000..dea0978 --- /dev/null +++ b/.vscode/markdown.code-snippets @@ -0,0 +1,49 @@ +{ + "readme snippet": { + "prefix": ["readme", "README"], + "scope": "markdown", + "body": [ + "", + "", + "# APP NAME", + "", + "## INDEX", + "", + "- [ABOUT](#about)", + "- [LICENSE](#license)", + "- [ENVIRONMENT](#environment)", + "- [PREPARING](#preparing)", + "- [HOW TO USE](#how-to-use)", + "- [ABOUT](#about)", + "", + "---", + "", + "## ABOUT", + "", + "---", + "", + "## LICENSE", + "", + "---", + "", + "", + "[FIXME](./LICENSE)", + "", + "---", + "", + "## ENVIRONMENT", + "", + "---", + "", + "## PREPARING", + "", + "---", + "", + "## HOW TO USE", + "", + "---", + "", + ], + "description": "README.md snippet" + } +} diff --git a/README.md b/README.md index 77e375b..1255619 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ application: react-app DOCKER_DEFAULT_PLATFORM=linux/amd64 copilot init ``` -> [!IMPORTANT] +> [!IMPORTANT] > copilot/以下のファイルを編集することで設定を変更できる。 > [!NOTE]