Skip to content

Commit

Permalink
[docs] icon
Browse files Browse the repository at this point in the history
  • Loading branch information
floatshadow committed Mar 30, 2024
1 parent d755f56 commit f3ed8a1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Accipit IR
<div align="center">
<img src="docs/images/accipit.jpg">
</div>

Accipit IR is a target independent IR for ZJU compiler course.

## Build
```bash
pip install mkdocs-material
mkdocs serve
```
```
Binary file added docs/images/accipit.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/accsys.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ repo_name: accsys/accipit
theme:
name: 'material'
language: 'zh'
favicon: images/accsys.png
features:
- content.code.annotate
- content.code.copy
Expand Down

0 comments on commit f3ed8a1

Please sign in to comment.