Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify: Markdown,Slack: guidelinesリポジトリへの移行のためトップページからの導線を削除 #222

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 0 additions & 26 deletions .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -238,32 +238,6 @@ export default defineConfig({
},
],
},
{
text: "Markdown",
items: [
{
text: "Introduction",
link: "/documents/forMarkdown/",
},
{
text: "Markdown設計ドキュメント規約",
link: "/documents/forMarkdown/markdown_design_document.html",
},
],
},
{
text: "Slack",
items: [
{
text: "Introduction",
link: "/documents/forSlack/",
},
{
text: "Slack利用ガイドライン",
link: "/documents/forSlack/slack_usage_guidelines.html",
},
],
},
],
},
{
Expand Down
6 changes: 0 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ hero:
- theme: alt
text: Gitブランチフロー規約
link: ./documents/forGitBranch/
- theme: alt
text: Slack利用ガイドライン
link: ./documents/forSlack/
- theme: alt
text: Markdown設計ドキュメント規約
link: ./documents/forMarkdown/
features:
- title: Readability
details: ソースコードの可読性を高く保つことで、保守性・拡張性の高いソフトウェアを作ることができます。 しかし、可読性の指標は複数あり、デベロッパーごとに判断がブレ、それぞれのスタイルで記述すると、ソフトウェア全体で見たときの可読性が下がってしまいます。 本コーディング規約は、コーディング時の判断のブレを防ぎます。
Expand Down
Loading