diff options
| -rw-r--r-- | astro.config.mjs | 1 | ||||
| -rw-r--r-- | src/content/docs/sanpi.mdx | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/astro.config.mjs b/astro.config.mjs index c5f1b56..4d890a8 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -118,7 +118,6 @@ export default defineConfig({ }, ], }, - { label: "議案の賛否一覧", link: "/sanpi/" }, { label: "メディア掲載", link: "/media/" }, { label: "ディスレクシア", diff --git a/src/content/docs/sanpi.mdx b/src/content/docs/sanpi.mdx index eb378c6..f5b2e31 100644 --- a/src/content/docs/sanpi.mdx +++ b/src/content/docs/sanpi.mdx @@ -1,6 +1,7 @@ --- title: 議案の賛否一覧 description: 小平市議会の議案に対する各議員の賛否を、定例会ごとにまとめています。 +draft: true --- 小平市議会の議案に対する、各議員の賛否の一覧です。出典は、小平市議会が各定例会ごとに公開している「議案に対する各議員の賛否一覧」(こだいら市議会だより)です。 |
