mirror of https://gitee.com/bigwinds/arangodb
added missing dba file
This commit is contained in:
parent
b15e396738
commit
8d96f93aa9
|
@ -0,0 +1,18 @@
|
|||
\input{header.tex}
|
||||
\begin{center}
|
||||
{\Large ArangoDB's DBA Manual }\\
|
||||
\vspace*{1cm}
|
||||
{\large The ArangoDB Team}\\
|
||||
\vspace*{0.5cm}
|
||||
\input{version}
|
||||
{\small Version \arangodbversion}\\
|
||||
\end{center}
|
||||
\end{titlepage}
|
||||
\clearemptydoublepage
|
||||
\pagenumbering{roman}
|
||||
\tableofcontents
|
||||
\clearemptydoublepage
|
||||
\pagenumbering{arabic}
|
||||
\input{DbaManual.inc}
|
||||
\printindex
|
||||
\end{document}
|
Loading…
Reference in New Issue