Skip to content

Commit 51dea1c

Browse files
committed
fix: 不要なリポジトリ情報をmkdocs.ymlから削除し、ソーシャルリンクを追加
1 parent 05df605 commit 51dea1c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SODA.dev
22

33
**SODA(Software Outcome Delivery Architecture)** は、プロダクト組織を構造的に捉え、可視化するフレームワークです。経営層・マネジャー・エンジニアが共通の理解を持ち、組織のケイパビリティを把握して正確な経営判断と事業成長を支援します。
4-
54
SODAは [SODA Community](https://findy.github.io/soda.community/) によって運営・開発されています。
65

76
2種類のビュー(視点)を用意しています。タブで切り替えてご覧ください。

mkdocs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
site_name: SODA.dev
2-
repo_url: https://github.com/Findy/soda.dev
3-
repo_name: Findy/soda.dev
42

53
theme:
64
name: material
@@ -19,6 +17,12 @@ plugins:
1917
- search
2018
- glightbox
2119

20+
extra:
21+
social:
22+
- icon: fontawesome/brands/github
23+
link: https://github.com/Findy/soda.dev
24+
name: GitHub
25+
2226
extra_css:
2327
- stylesheets/extra.css
2428

0 commit comments

Comments
 (0)