Skip to content

Commit 8833a72

Browse files
committed
Updated site.
Signed-off-by: Zelin Cai <[email protected]>
1 parent 9949077 commit 8833a72

File tree

14 files changed

+124
-97
lines changed

14 files changed

+124
-97
lines changed

.github/workflows/documentation.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,31 +36,27 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838

39-
- name: Checkout repository
40-
uses: actions/checkout@v3
41-
with:
42-
fetch-depth: 0
39+
- uses: actions/checkout@v4
40+
41+
- name: Configure Git Credentials
42+
run: |
43+
git config user.name github-actions[bot]
44+
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
4345
44-
- name: Set up Python runtime
45-
uses: actions/setup-python@v4
46+
- uses: actions/setup-python@v5
4647
with:
4748
python-version: ${{ env.PYTHON_VERSION }}
4849

4950
- name: Set the date environmental variable
5051
run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
5152

52-
- name: Set up build cache
53-
uses: actions/cache@v3
54-
id: cache
53+
- uses: actions/cache@v4
5554
with:
5655
key: mkdocs-material-${{ env.cache_id }}
5756
path: .cache
5857
restore-keys: |
5958
mkdocs-material-
6059
61-
- name: Install dependencies
62-
run: sudo apt-get install pngquant
63-
6460
- name: Install Python dependencies
6561
run: |
6662
python3 -m pip install --upgrade pip

docs/.overrides/home.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
<!-- Additional styles for landing page -->
3131
<style>
3232

33-
/* Application header should be static for the landing page */
34-
.md-header {
35-
position: initial;
36-
}
37-
3833
.md-typeset h2 {
3934
font-weight: 700;
4035
margin-top: 0.175em;

docs/.overrides/partials/actions.html

Lines changed: 0 additions & 41 deletions
This file was deleted.
478 KB
Loading

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ hide:
66
- toc
77
---
88

9-
# What's new
9+
# What's New

docs/updates/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ hide:
66
- toc
77
---
88

9-
# Latest updates
9+
# Latest Updates

docs/updates/posts/documentation-updated-nrf52840-mdk-usb-dongle/index.md renamed to docs/updates/posts/documentation-updated-for-nrf52840-mdk-usb-dongle/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Documentation Updated - nRF52840 MDK USB Dongle
2+
title: Documentation Updated for nRF52840 MDK USB Dongle
33
date: 2023-08-07
44
authors:
55
- makerdiary
236 KB
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)