diff --git a/docs/dcc-selectbox.md b/docs/dcc-selectbox.md index 2566e70..ad5f436 100644 --- a/docs/dcc-selectbox.md +++ b/docs/dcc-selectbox.md @@ -4,7 +4,6 @@ To ensure data validity and to improve user experience, it is possible to predesignate specific values for data entry. These appear to the user as a selectbox within the editor interface. ## Configuration - Values are added by populating the `DATACTRL.MPE_SELECTBOX` table, eg below: ![selectboxtable](img/mpe_selectboxtable.png) diff --git a/mkdocs.yml b/mkdocs.yml index b228a8d..51dbd6a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -36,4 +36,5 @@ theme: text: 'Open Sans' code: 'Ubuntu Mono' favicon: img/favicon.ico + custom_dir: 'theme' copyright: All rights reserved ©2018 Macro People Ltd. diff --git a/theme/main.html b/theme/main.html new file mode 100644 index 0000000..cea8b6f --- /dev/null +++ b/theme/main.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{% block extrahead %} + + + + + + +{% endblock %} \ No newline at end of file