Skip to content

Commit 9b8e556

Browse files
committed
Move cname to config and remove old files
1 parent 2ad9d1d commit 9b8e556

9 files changed

+28
-41
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ jobs:
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
5252
publish_dir: build
53+
cname: docs.alerta.io
5354

54-
- uses: act10ns/slack@v1
55+
- uses: act10ns/slack@v2
5556
with:
5657
status: ${{ job.status }}
5758
steps: ${{ toJson(steps) }}

.readthedocs.yaml

-19
This file was deleted.

404.html

-17
This file was deleted.

CNAME

-1
This file was deleted.

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ To update the docs website:
1616
$ git commit -m '...'
1717
$ git push
1818

19+
Dependencies
20+
------------
21+
22+
The spelling extension uses `enchant`.
23+
24+
$ brew install enchant
25+
1926

2027
References
2128
----------

requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
alabaster==0.7.13
22
sphinx-rtd-theme
33
piccolo-theme
4+
45
myst-parser
6+
pyenchant
57
sphinx==6.1.3
68
sphinx-autobuild==2021.3.14
7-
sphinxcontrib-spelling==8.0.0
89
sphinx-copybutton
10+
sphinxcontrib-spelling==8.0.0

source/federated.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ On macOs, run
131131
Forwarding Filters
132132
------------------
133133

134-
The types of entites to be forwarded are configurable:
134+
The types of entities to be forwarded are configurable:
135135

136136
* ``*`` - everything ie. alerts, all actions (incl. custom), deletes
137137
* ``alerts`` - alerts

source/gettingstarted/tutorial-10-docker.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ we use ``docker-compose`` and its YAML configuration file.
227227

228228
We look at using ``docker-compose`` next, however, for now let's see
229229
how we can set :ref:`any configuration setting <configuration>` using
230-
an exernal ``alertad.conf`` file.
230+
an external ``alertad.conf`` file.
231231

232232
Create a file called ``alertad.conf`` in your current working directory
233233
and we will include all of the environment variable settings from above

spelling_wordlist.txt source/spelling_wordlist.txt

+14
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,17 @@ ack
3131
freeform
3232
eg
3333
ie
34+
zabbix
35+
Alertmanager
36+
Grafana
37+
Syslog
38+
Cloudwatch
39+
Logstash
40+
Solarwinds
41+
de
42+
pre
43+
alerta
44+
nginx
45+
wsgi
46+
uwsgi
47+
customise

0 commit comments

Comments
 (0)