update ph-bookshelf config version 2.0

4.0
A.C.Sukazyo Eyre 2023-02-26 22:19:43 +08:00
parent 01ecade69d
commit 2736cb437e
Signed by: Eyre_S
GPG Key ID: C17CE40291207874
2 changed files with 23 additions and 3 deletions

View File

@ -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>

View File

@ -1,3 +1,8 @@
---
configurations:
- highlightjs.languages: "apache"
---
# Web Server
[Apache]: https://httpd.apache.org/