Skip to content

Latest commit

 

History

History
51 lines (27 loc) · 1.34 KB

README.md

File metadata and controls

51 lines (27 loc) · 1.34 KB

pub-theme-doc

pub-server default theme with responsive sidebar.

installation

This theme is included with pub-server.

To use this theme in a project, include "pub-theme-doc" in the "pkgs" array in pub-config.js.

This theme will reference pub-pkg-font-awesome icons, if included in pkgs. For syntax highlighting, combine this theme with either pub-pkg-prism or pub-pkg-highlight.

to customize the header text and github url

In pub-config set the following:

  • opts.docTitle and optionally opts.docSubTitle
  • opts.github

to customize the header content structure

In your downstream project create fragments with the following names, to replace the defaults.

---- /#navicon ----

_!bars fw lg_

---- /#doctitle ----

# [Awesome Framework](/)
documentation

---- /#topmenu ----

- [](/about-us)
- [_!github lg fw_](https://github.com/jldec/pub-server)

responsive view

On small screens, the navigation sidebar will be hidden, and appear when hovering over the navicon.

credits