ci(docs) replace use of sed with proper configuration variables

This commit is contained in:
embeddedt
2022-05-09 13:28:06 -04:00
parent bae6bc08e0
commit 1816fa576c
114 changed files with 17 additions and 232 deletions

View File

@@ -1,6 +1,4 @@
```eval_rst
.. include:: /header.rst
:github_url: |github_link_base|/porting/display.md
```
# Display interface

View File

@@ -1,6 +1,4 @@
```eval_rst
.. include:: /header.rst
:github_url: |github_link_base|/porting/gpu.md
```
# Add custom GPU
LVGL has a flexible and extendable draw pipeline. You can hook it to do some rendering with a GPU or even completely replace the built-in software renderer.

View File

@@ -1,6 +1,4 @@
```eval_rst
.. include:: /header.rst
:github_url: |github_link_base|/porting/indev.md
```
# Input device interface

View File

@@ -1,6 +1,4 @@
```eval_rst
.. include:: /header.rst
:github_url: |github_link_base|/porting/index.md
```
# Porting

View File

@@ -1,6 +1,4 @@
```eval_rst
.. include:: /header.rst
:github_url: |github_link_base|/porting/log.md
```
# Logging

View File

@@ -1,6 +1,4 @@
```eval_rst
.. include:: /header.rst
:github_url: |github_link_base|/porting/os.md
```
# Operating system and interrupts

View File

@@ -1,6 +1,4 @@
```eval_rst
.. include:: /header.rst
:github_url: |github_link_base|/porting/project.md
```
# Set up a project

View File

@@ -1,6 +1,4 @@
```eval_rst
.. include:: /header.rst
:github_url: |github_link_base|/porting/sleep.md
```
# Sleep management

View File

@@ -1,6 +1,4 @@
```eval_rst
.. include:: /header.rst
:github_url: |github_link_base|/porting/tick.md
```
# Tick interface

View File

@@ -1,6 +1,4 @@
```eval_rst
.. include:: /header.rst
:github_url: |github_link_base|/porting/timer-handler.md
```
# Timer Handler