Skip to content

Commit a3ecfd0

Browse files
authored
rust docs: add simple analytics (paritytech#1377)
* inject simple analytics * comments * fix chown * comments * doc features
1 parent 37d336e commit a3ecfd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

substrate/.maintain/rustdocs-release.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env bash
22
# set -x
33

4-
# This script manages the deployment of Substrate rustdocs to https://paritytech.github.io/substrate/.
4+
# This script used to manage the deployment of Substrate rustdocs to https://paritytech.github.io/substrate/.
5+
# It is no longer used anywhere, and only here for historical/demonstration purposes.
56
# - With `deploy` sub-command, it will checkout the passed-in branch/tag ref, build the rustdocs
67
# locally (this takes some time), update the `index.html` index page, and push it to remote
78
# `gh-pages` branch. So users running this command need to have write access to the remote

0 commit comments

Comments
 (0)