Skip to content

Commit dbe95ff

Browse files
committed
技術文書更新 - 2025-05-30 15:22:18
1 parent 0232505 commit dbe95ff

File tree

2 files changed

+17
-20
lines changed

2 files changed

+17
-20
lines changed

_sidebar.md

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
1-
- [ホーム](/)
1+
* **プロジェクトアーキテクチャ**
2+
* [システム全体設計](docs/project_architecture/project_architecture.md)
23

3-
- **プロジェクトアーキテクチャ**
4-
- [システム全体設計](/docs/project_architecture/project_architecture)
5-
6-
- **実装詳細**
7-
- [OCR日本語処理](/docs/project%20code%20documentation/ocr_japanease)
4+
* **実装詳細**
5+
* [OCR日本語処理](docs/project%20code%20documentation/ocr_japanease.md)
86

9-
- **ネットワーク**
10-
- [DetectionNet](/docs/project%20code%20documentation/nets/detectionnet)
11-
- [ClassifierNet](/docs/project%20code%20documentation/nets/classifiernet)
12-
- [Block](/docs/project%20code%20documentation/nets/block)
7+
* **ネットワーク**
8+
* [DetectionNet](docs/project%20code%20documentation/nets/detectionnet.md)
9+
* [ClassifierNet](docs/project%20code%20documentation/nets/classifiernet.md)
10+
* [Block](docs/project%20code%20documentation/nets/block.md)
1311

14-
- **ユーティリティ**
15-
- [Structure](/docs/project%20code%20documentation/misc/structure)
16-
- [Detection](/docs/project%20code%20documentation/misc/detection)
17-
- [NMS](/docs/project%20code%20documentation/misc/nms)
18-
19-
- **プロジェクトリンク**
20-
- [GitHub リポジトリ](https://github.com/ciandt-china-dev/genai_docs)
21-
- [元プロジェクト](https://github.com/tanreinama/OCR_Japanease)
12+
* **ユーティリティ**
13+
* [Structure](docs/project%20code%20documentation/misc/structure.md)
14+
* [Detection](docs/project%20code%20documentation/misc/detection.md)
15+
* [NMS](docs/project%20code%20documentation/misc/nms.md)

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
88
</head>
99
<body>
10-
<div id="app"></div>
10+
<div id="app">Loading...</div>
1111
<script>
1212
window.$docsify = {
1313
loadSidebar: true,
14+
hideSidebar: false,
1415
auto2top: true,
1516
maxLevel: 4,
16-
subMaxLevel: 2
17+
subMaxLevel: 2,
18+
mergeNavbar: true,
19+
executeScript: true
1720
}
1821
</script>
1922
<script src="https://cdn.jsdelivr.net/npm/docsify@4"></script>

0 commit comments

Comments
 (0)