update ph-bookshelf config version 2.0
This commit is contained in:
parent
01ecade69d
commit
2736cb437e
21
book.xml
21
book.xml
@ -1,4 +1,19 @@
|
||||
<Book id="ph-bookshelf" name="ph-Bookshelf Wiki">
|
||||
<Page id="ph-bookshelf" name="the ph-Bookshelf" />
|
||||
<Page id="web-server" name="Web 服务器配置" highlightjs.languages="apache"/>
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<Book
|
||||
xmlns="https://book.sukazyo.cc"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="
|
||||
https://book.sukazyo.cc
|
||||
https://book.sukazyo.cc/assets/xsd/book.xsd"
|
||||
|
||||
version="2.0"
|
||||
>
|
||||
|
||||
<book_name>ph-Bookshelf Wiki</book_name>
|
||||
|
||||
<contents>
|
||||
<Page id="ph-bookshelf">the ph-Bookshelf</Page>
|
||||
<Page id="web-server">Web 服务器配置</Page>
|
||||
</contents>
|
||||
|
||||
</Book>
|
||||
|
@ -1,3 +1,8 @@
|
||||
---
|
||||
configurations:
|
||||
- highlightjs.languages: "apache"
|
||||
---
|
||||
|
||||
# Web Server
|
||||
|
||||
[Apache]: https://httpd.apache.org/
|
||||
|
Loading…
Reference in New Issue
Block a user