diff --git a/.vitepress/theme/components/FutureStar.vue b/.vitepress/theme/components/FutureStar.vue
new file mode 100644
index 00000000..cb2b468d
--- /dev/null
+++ b/.vitepress/theme/components/FutureStar.vue
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
diff --git a/.vitepress/theme/index.mjs b/.vitepress/theme/index.mjs
index 7026f89c..bfeef05c 100644
--- a/.vitepress/theme/index.mjs
+++ b/.vitepress/theme/index.mjs
@@ -2,6 +2,7 @@ import DefaultTheme from "vitepress/theme";
import "./style.css";
import PageInfo from "./components/PageInfo.vue";
import PageTitle from "./components/PageTitle.vue";
+import FutureStar from "./components/FutureStar.vue";
/**
* @typedef {import('vitepress').EnhanceAppContext} EnhanceAppContext
@@ -17,5 +18,6 @@ export default {
ctx.app.component("PageInfo", PageInfo);
ctx.app.component("PageTitle", PageTitle);
+ ctx.app.component("FutureStar", FutureStar);
},
};
diff --git a/index.md b/index.md
index 218cfbc7..4e38ee04 100644
--- a/index.md
+++ b/index.md
@@ -34,6 +34,7 @@ features:
details: エンタープライズ領域では、社員・パートナーの方々を合わせて、数百人が同時に開発することも珍しくありません。 ちょっとした悩み、失敗も、人数が集まれば大変なコスト・リスクになります。 誰もが引っかかる落とし穴、悩みの種をあらかじめ排除します。
- title: Performance
details: 時に読みやすいソースコードはパフォーマンス劣化を招くことがあります。 しかし、常にパフォーマンスを優先したソースコードは人間の読めないソースコードになりがちです。 今、書こうとしているソースコードが、どの程度のパフォーマンスになるのか、指標を示すことで、ソフトウェア開発プロジェクトごとに最適なソースコードを選択することができます。
+pageClass: standards-home
---
[](https://github.com/future-architect/coding-standards)
@@ -42,3 +43,6 @@ features:
## License
[](https://creativecommons.org/licenses/by/4.0/deed.ja)
+
+
+