TheThingsNetwork / lorawan-frequency-plans

LoRaWAN Frequency Plans for The Things Stack
https://www.thethingsnetwork.org
Apache License 2.0
35 stars 26 forks source link

Generate documentation #4

Open htdvisser opened 5 years ago

htdvisser commented 5 years ago

We currently have the Frequency Plans Overview and Frequencies By Country pages (as well as a map) on our documentation site.

Now that our frequency plans are kept in a more structured format, those documentation pages may be generated and updated automatically when things change in here.

htdvisser commented 2 years ago

Pushing this to Q2. Would be much easier to do when we have the Go code of pkg/band and pkg/frequencyplans from TTS in here (see also https://github.com/TheThingsNetwork/lorawan-frequency-plans/issues/38).

htdvisser commented 1 year ago

I started working on generating documentation in issue/4-documentation but in order to make it work for all plans, we need to use the "extend" logic that's currently implemented in TheThingsNetwork/lorawan-stack. In https://github.com/TheThingsNetwork/lorawan-frequency-plans/issues/38 we already discussed moving the Go code of pkg/band and pkg/frequencyplans from TTS to this repository, and I don't think it makes sense to continue working on generating documentation until that's done.