Skip to content

Commit a9f502c

Browse files
committed
docs: Add logo. Group external links
1 parent 4118ffa commit a9f502c

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

docs/cogstack-logo.png

19.9 KB
Loading

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
html_theme = "furo"
3838
html_static_path = ['_static']
39-
39+
html_logo = "cogstack-logo.png"
4040

4141
intersphinx_mapping = {
4242
"sphinx": ("https://www.sphinx-doc.org/en/master/", None),

docs/index.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,18 @@ Further in development projects are [here](https://github.com/orgs/CogStack/repo
1919

2020
```{toctree}
2121
:hidden:
22-
22+
:maxdepth: 5
2323
overview/_index
24-
platform/_index
2524
2625
```
2726

27+
```{toctree}
28+
:hidden:
29+
:caption: CogStack Platform
30+
MedCAT <https://docs.cogstack.org/projects/nlp>
31+
MedCAT Trainer <hhttps://medcattrainer.readthedocs.io//>
32+
NiFi <https://cogstack-nifi.readthedocs.io/en/latest/>
33+
34+
platform/_index
35+
```
36+

docs/overview/Data pipelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The latest version of CogStack Pipeline is 1.3.1.
4040
Please note that CogStack-NiFi project is still under active development with the newest version **0.1.0**.
4141
:::
4242

43-
### **Apache NiFi – overview**
43+
### Apache NiFi – overview
4444

4545
*From the official documentation:* Apache NiFi is a dataflow system based on the concepts of flow-based programming. It supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic. NiFi has a web-based user interface for design, control, feedback, and monitoring of dataflows. It is highly configurable along several dimensions of quality of service, such as loss-tolerant versus guaranteed delivery, low latency versus high throughput, and priority-based queuing. NiFi provides fine-grained data provenance for all data received, forked, joined cloned, modified, sent, and ultimately dropped upon reaching its configured end-state.
4646

docs/platform/_index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
# CogStack Platform
1+
# CogStack Tooling
22

33
```{toctree}
44
:maxdepth: 2
55
6-
MedCAT <https://docs.cogstack.org/projects/nlp>
7-
MedCAT Trainer <hhttps://medcattrainer.readthedocs.io//>
8-
NiFi <https://cogstack-nifi.readthedocs.io/en/latest/>
9-
10-
116
observability/_index.md
127
138
```

0 commit comments

Comments
 (0)