Skip to content

Commit 4c49625

Browse files
committed
Add about page to docs
1 parent 65ff5ce commit 4c49625

3 files changed

Lines changed: 110 additions & 0 deletions

File tree

docs/TU_Logo_black.svg

Lines changed: 97 additions & 0 deletions
Loading

docs/about.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# About FineCode
2+
3+
## History
4+
5+
FineCode was started as part of a research project at [Technische Universität Wien](https://www.tuwien.at/) and is further developed by its author and contributors.
6+
7+
![TU Wien](TU_Logo_black.svg){ width=200 }
8+
9+
## Credits
10+
11+
Logo designed by [Yurii Fabirovskyi](https://fabirovskyi.site/).

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ plugins:
5353
docstring_style: google
5454

5555
markdown_extensions:
56+
- attr_list
5657
- admonition
5758
- pymdownx.details
5859
- pymdownx.superfences:
@@ -94,6 +95,7 @@ nav:
9495
- LSP and MCP Architecture: reference/lsp-mcp-architecture.md
9596
- LSP Client Protocol: reference/lsp-protocol.md
9697
- Glossary: glossary.md
98+
- About: about.md
9799
- Development:
98100
- Overview: development.md
99101
- WM Protocol: wm-protocol.md

0 commit comments

Comments
 (0)