mirror of https://github.com/nymea/nymea.git
Remove deprecated plugins header
parent
dc1b10955a
commit
c416b22501
|
|
@ -16,8 +16,8 @@ HTML.postheader = \
|
|||
" <a href=\"index.html\" class=\"indexref nymea-logo\"><img src=\"images/main-logo.svg\" class=\"nymea-main-logo\"/></a>\n" \
|
||||
" <div class=\"nymea-navbar-center-right\">\n" \
|
||||
" <div>\n" \
|
||||
" <ul class=\"nymea-navbar-nav\">\n" \
|
||||
" <li><a href=\"plugins.html\">Plugins</a></li>\n" \
|
||||
" <ul class=\"guh-navbar-nav\">\n" \
|
||||
" <li><a href=\"interfaces.html\">Interfaces</a></li>\n" \
|
||||
" <li><a href=\"api.html\">API</a></li>\n" \
|
||||
" <li><a href=\"write-plugins.html\">Write Plugins</a></li>\n" \
|
||||
" </ul>\n" \
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
/*!
|
||||
\page index.html
|
||||
|
||||
\chapter Developer documentation
|
||||
|
||||
Welcome to the guh developer documentation. Here you can find information related to the development for guh.
|
||||
|
||||
\section1 Overview
|
||||
|
|
|
|||
Loading…
Reference in New Issue