Skip to content

Commit

Permalink
Edit theme and links
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseacheung committed Jan 26, 2017
1 parent a053cb2 commit 14d16d5
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 37 deletions.
16 changes: 16 additions & 0 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ img {
background-color: #f3f3f3;
}

.wy-menu-vertical p.caption {
height: 42px;
padding-top: 15px;
}

.wy-side-nav-search {
background-color: transparent;
}
Expand All @@ -60,6 +65,11 @@ img {
padding-bottom: 0 !important;
}

.toctree-expand {
font-size: inherit !important;
line-height: 1.35em !important;
}

.wy-nav-content {
background-color: #ffffff;
margin: unset;
Expand Down Expand Up @@ -100,6 +110,12 @@ footer .commit {
font-size: inherit;
}

.rst-content table.docutils td,
.rst-content table.docutils thead th {
border-bottom: 1px solid #e1e4e5;
border-left: 1px solid #e1e4e5 !important;
}

@media screen and (max-width: 768px) {
.wy-nav-side.shift {
width: 50%;
Expand Down
34 changes: 0 additions & 34 deletions docs/source/documentation.rst

This file was deleted.

38 changes: 35 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,42 @@ developers to implement new messaging protocols as plug-ins. Most
importantly, Hermes is open-source; you can freely extend Hermes and
integrate it with other systems to meet your own business needs.

Technical documents
-------------------
.. toctree::
:maxdepth: 1
:hidden:

quickstart
documentation

.. toctree::
:maxdepth: 1
:caption: Overview
:hidden:

installation
first_step
ebms_partnership
as2_partnership

.. toctree::
:maxdepth: 1
:caption: User's Guide
:hidden:

configuration
web_service_communication
web_service_usage_guide
message_signing

.. 2. Using Web Admin Console <- Hermes 2 Administration Tool User Guide.doc
.. toctree::
:maxdepth: 1
:caption: Developer's Guide
:hidden:

java_client
packages
Java API Documentation <http://javadoc.hermes.cecid.org/>

.. 1. Hermes System Architecture <- Hermes2 Technical Guide.doc
2. Developing Hermes Plugins <- Hermes 2 Plugin Development Guide.doc

0 comments on commit 14d16d5

Please sign in to comment.