Add profile developers guide

This commit is contained in:
Manuel Fuhr 2021-11-30 20:59:46 +01:00
parent 76736072bf
commit ca30bc86b9
3 changed files with 19 additions and 4 deletions

5
docs/developers/index.md Normal file
View file

@ -0,0 +1,5 @@
---
title: Developers
has_children: true
nav_order: 3
---

View file

@ -1,5 +1,15 @@
Profile developers guide - Technical reference for BRouter profile scripts ---
========================================================================== parent: Developers
---
Profile developers guide
========================
{: .no_toc}
Technical reference for BRouter profile scripts
1. TOC
{:toc}
The tag-value lookup table The tag-value lookup table
-------------------------- --------------------------

View file

@ -27,5 +27,5 @@ See some [sample profiles](profiles2) provided for the online router.
See the trekking-profile [`trekking.brf`](profiles2/trekking.brf) as the See the trekking-profile [`trekking.brf`](profiles2/trekking.brf) as the
reference-profile with some explanations on the meaning of this script. reference-profile with some explanations on the meaning of this script.
See the [profile_developers_guide.txt](profile_developers_guide.txt) for a See the [Profile Developers Guide](../developers/profile_developers_guide.md)
technical reference. for a technical reference.