SensorsIot / IOTstack

Docker stack for getting started on IOT on the Raspberry PI
GNU General Public License v3.0
1.44k stars 307 forks source link

Docs: Refactor to define anchors using attribute list #561

Closed ukkopahis closed 2 years ago

ukkopahis commented 2 years ago

See reasoning from #558

Change mostly done by command: git grep -l '# <a name=' -- docs | xargs -n 1 sed -i -E 's%(#* )<a name="?(.*)"?></a>(.*)%\1\3 { #\2 }%'

Also a removal of redundant section with its link placed at a more logical place.

Closes #558