Add profile developers guide
This commit is contained in:
parent
76736072bf
commit
ca30bc86b9
3 changed files with 19 additions and 4 deletions
5
docs/developers/index.md
Normal file
5
docs/developers/index.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: Developers
|
||||||
|
has_children: true
|
||||||
|
nav_order: 3
|
||||||
|
---
|
|
@ -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
|
||||||
--------------------------
|
--------------------------
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue