Skip to content
This repository was archived by the owner on Oct 26, 2024. It is now read-only.

Commit f56c440

Browse files
committed
new file: docs/about/index.md
1 parent f838f19 commit f56c440

File tree

11 files changed

+54
-15
lines changed

11 files changed

+54
-15
lines changed

docs/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Covenant Code of Conduct
22

3-
see [Covenant Code of Conduct](https://daobook.github.io/.github/CODE_OF_CONDUCT.html).
3+
see [Daobook's Covenant Code of Conduct](https://daobook.github.io/.github/CODE_OF_CONDUCT.html).

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# Contributing(raw)
1+
# Contributing
22

33
see [Contributing](https://daobook.github.io/.github/CONTRIBUTING.html).

docs/SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Security Policy(raw)
1+
# Security Policy
22

33
## Supported Versions
44

docs/_static/main.css

Whitespace-only changes.

docs/about/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# About
2+
3+
```{toctree}
4+
:maxdepth: 2
5+
:hidden:
6+
7+
../CODE_OF_CONDUCT
8+
../CONTRIBUTING
9+
../SECURITY
10+
```
11+

docs/index.md

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

33
Documentation for Healthy Communities.
44

5+
Please modify the files in the `about/` directory to match your project.
6+
57
```{toctree}
68
:maxdepth: 2
79
:hidden:
810
9-
CODE_OF_CONDUCT
10-
CONTRIBUTING
11-
SECURITY
11+
about/index
1212
```
1313

1414
# Indices and tables

docs/locales/zh_CN/LC_MESSAGES/CODE_OF_CONDUCT.po

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: sphinx demo \n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2021-12-12 10:49+0800\n"
12+
"POT-Creation-Date: 2021-12-12 11:26+0800\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -24,8 +24,7 @@ msgstr "行为准则"
2424

2525
#: ../../CODE_OF_CONDUCT.md:3
2626
msgid ""
27-
"see [Contributor Covenant Code of "
27+
"see [Daobook's Covenant Code of "
2828
"Conduct](https://daobook.github.io/.github/CODE_OF_CONDUCT.html)."
2929
msgstr ""
30-
"请阅读 [行为准则]"
31-
"(https://daobook.github.io/.github/CODE_OF_CONDUCT.html)。"
30+
"请阅读 [Daobook 行为准则](https://daobook.github.io/.github/CODE_OF_CONDUCT.html)。"

docs/locales/zh_CN/LC_MESSAGES/CONTRIBUTING.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ msgstr ""
1919
"Generated-By: Babel 2.9.1\n"
2020

2121
#: ../../CONTRIBUTING.md:1
22-
msgid "Contributing(raw)"
23-
msgstr "贡献(raw)"
22+
msgid "Contributing"
23+
msgstr "贡献"
2424

2525
#: ../../CONTRIBUTING.md:3
2626
msgid "see [Contributing](https://daobook.github.io/.github/CONTRIBUTING.html)."

docs/locales/zh_CN/LC_MESSAGES/SECURITY.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ msgstr ""
1919
"Generated-By: Babel 2.9.1\n"
2020

2121
#: ../../SECURITY.md:1
22-
msgid "Security Policy(raw)"
23-
msgstr "安全策略(raw)"
22+
msgid "Security Policy"
23+
msgstr "安全策略"
2424

2525
#: ../../SECURITY.md:3
2626
msgid "Supported Versions"
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2021, xinetzone
3+
# This file is distributed under the same license as the sphinx demo
4+
# package.
5+
# FIRST AUTHOR <EMAIL@ADDRESS>, 2021.
6+
#
7+
#, fuzzy
8+
msgid ""
9+
msgstr ""
10+
"Project-Id-Version: sphinx demo \n"
11+
"Report-Msgid-Bugs-To: \n"
12+
"POT-Creation-Date: 2021-12-12 11:26+0800\n"
13+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15+
"Language-Team: LANGUAGE <[email protected]>\n"
16+
"MIME-Version: 1.0\n"
17+
"Content-Type: text/plain; charset=utf-8\n"
18+
"Content-Transfer-Encoding: 8bit\n"
19+
"Generated-By: Babel 2.9.1\n"
20+
21+
#: ../../about/index.md:1
22+
msgid "About"
23+
msgstr "关于"
24+

0 commit comments

Comments
 (0)