Skip to content

Commit 7e49b7f

Browse files
authored
Add a separate section for bots (#51)
* update makefile with correct link * move bots to a seperate section
1 parent 5959319 commit 7e49b7f

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ themes/scientific-python-hugo-theme:
1111
echo "It looks as though you are missing the themes directory."; \
1212
echo "You need to add the scientific-python-hugo-theme as a submodule."; \
1313
echo ; \
14-
echo "Please see https://theme.scientific-python.org/getstarted/"; \
14+
echo "Please see https://theme.scientific-python.org/user_guide/getstarted/"; \
1515
echo ; \
1616
exit 1; \
1717
fi

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ Through analytics, to better understand project development and community health
4545
[[item]]
4646
type = 'card'
4747
title = 'For GitHub'
48-
link = '/actions'
48+
link = '/github'
4949
body = '''
50-
GitHub Actions for automating various aspects of project development.
50+
GitHub Actions and bots for automating various aspects of project development.
5151
'''
5252

5353
{{< /grid >}}

content/actions/index.md renamed to content/github/index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
title: "GitHub Actions"
2+
title: Github Actions and Bots
33
---
44

5+
## Github Actions
6+
57
The following GitHub actions provide workflows that simplify various developer tasks.
68

79
{{< grid columns="1 2 2 3" >}}
@@ -55,6 +57,14 @@ body = '''
5557
Add a GitHub status link directly to a CircleCI artifact.
5658
'''
5759

60+
{{< /grid >}}
61+
62+
## Bots
63+
64+
The following bots for GitHub provide workflows that simplify various developer tasks.
65+
66+
{{< grid columns="1 2 2 3" >}}
67+
5868
[[item]]
5969
type = 'card'
6070
header = '[MeeseeksDev / Lumberbot (App)](https://github.com/scientific-python/MeeseeksDev)'

0 commit comments

Comments
 (0)