Skip to content

Commit e927b50

Browse files
committed
initial
1 parent 45cba73 commit e927b50

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Site: Civic Interconnect
22

3+
[![License: Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE)
4+
[![Deploy Docs](https://github.com/civic-interconnect/site/actions/workflows/deploy-docs.yml/badge.svg?branch=main)](https://github.com/civic-interconnect/site/actions/workflows/deploy-docs.yml)
5+
[![Dependabot](https://img.shields.io/badge/Dependabot-enabled-brightgreen.svg)](https://github.com/civic-interconnect/site/security/dependabot)
6+
7+
38
> Documentation site for Civic Interconnect.
49
> This repository is docs-only and does not publish a Python package.
510

docs/en/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
Documentation for **civic-interconnect**.
44

5-
Use the navigation menu to explore available modules and APIs.
5+
Use the navigation menu to explore available content.
66

7-
- The **API Reference** section includes autogenerated docs from the source code.
8-
- This home page will always be served at `/`.
7+
This home page will always be served at `/`.
98

109
To learn more, visit the [GitHub repository](https://github.com/civic-interconnect/civic-interconnect).

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# Configuration file for MkDocs (Automated project documentation generator)
33

44
site_name: civic-interconnect
5-
site_url: https://civic-interconnect.github.io/civic-interconnect/
6-
repo_url: https://github.com/civic-interconnect/civic-interconnect
7-
site_description: Civic Exchange Protocol site documentation.
5+
site_url: https://civic-interconnect.github.io/site/
6+
repo_url: https://github.com/civic-interconnect/site
7+
site_description: Organization website.
88
site_author: civic-interconnect
99
docs_dir: docs
1010
site_dir: site
1111
copyright: Copyright © 2025 Civic Interconnect
1212
extra:
1313
social:
1414
- icon: fontawesome/brands/github
15-
link: https://github.com/civic-interconnect/civic-interconnect
15+
link: https://github.com/civic-interconnect/site
1616
languages:
1717
- name: English
1818
code: en

0 commit comments

Comments
 (0)