Skip to content
This repository has been archived by the owner on May 26, 2018. It is now read-only.

Commit

Permalink
update md support
Browse files Browse the repository at this point in the history
  • Loading branch information
ikit committed May 9, 2017
1 parent b928443 commit 0e09998
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/en/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ site_name: Pirus
pages:
- Home: index.md
- About: about.md
- Developer Guide :
- Welcom guide : dev/welcom.md
- Developer Guide : dev/welcom.md
- Model : dev/model.md
- Api Rest : dev/restapi.md
theme: readthedocs
extra_css:
- extra.css
markdown_extensions:
- extra
- nl2br
- sane_lists
- sane_lists
- abbr
- attr_list
- def_list
- tables

0 comments on commit 0e09998

Please sign in to comment.