Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shuntian committed Nov 17, 2024
1 parent 7207f5b commit 96dcda0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocs-awesome-pages-plugin mkdocs-material-extensions
- run: pip install mkdocs mkdocs-material mkdocs-awesome-pages-plugin mkdocs-material-extensions
- run: |
cd $GITHUB_WORKSPACE
Expand Down
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,29 @@ This project mainly describes the document node types supported by sdoc files an

## Document address

https://haiwen.github.io/seadoc-specification/seadoc/
https://haiwen.github.io/seadoc-specification/

## How to use

### Install Dependencies
```
pip install mkdocs mkdocs-material mkdocs-awesome-pages-plugin mkdocs-material-extensions
```

### Start a Project
```
mkdocs serve
```

### Open the webpage

If you open the webpage and can see the locally deployed project, it means that you have completed the local environment setup

![The test page](./assets/test-page.png)

## Others

If you have any problems with your local python, you can refer to this document [Python Problems and Solutions](https://dev.seafile.com/seahub/f/6a0408941ceb4fc49608/)



Binary file added assets/test-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 96dcda0

Please sign in to comment.