0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-28 14:48:43 +08:00

docs: Extract configuration to config.adoc

This commit is contained in:
Arseny Kapoulkine 2015-03-22 00:35:06 -07:00
parent c94e8a7c0e
commit 56bdc6c5ea
3 changed files with 12 additions and 17 deletions

8
docs/config.adoc Normal file
View File

@ -0,0 +1,8 @@
website <http://pugixml.org>; repository <http://github.com/zeux/pugixml>
:version: 1.6
:toc: right
:source-highlighter: pygments
:source-language: c++
:sectanchors:
:sectlinks:
:imagesdir: images

View File

@ -1,13 +1,6 @@
= pugixml {version} manual = pugixml {version} manual
Arseny Kapoulkine <arseny.kapoulkine@gmail.com> include::config.adoc[]
:version: 1.6
:toc: right
:source-highlighter: pygments
:source-language: c++
:sectanchors:
:sectlinks:
:numbered: :numbered:
:imagesdir: images
[[overview]] [[overview]]
== Overview == Overview

View File

@ -1,11 +1,5 @@
= pugixml {version} quick start guide = pugixml {version} quick start guide
Arseny Kapoulkine <arseny.kapoulkine@gmail.com> include::config.adoc[]
:version: 1.6
:toc: right
:source-highlighter: pygments
:source-language: c++
:sectanchors:
:sectlinks:
[[introduction]] [[introduction]]
== Introduction == Introduction