diff --git a/Development-Side-Notes.md b/Development-Side-Notes.md
index 6598f12..fb2d0f0 100644
--- a/Development-Side-Notes.md
+++ b/Development-Side-Notes.md
@@ -4,4 +4,6 @@ Just a note for some traps and useful things for development.
- node-alpine3.13 image is not working on Raspberry Pi (armv7), need to downgrade to alpine 3.12.
- docker-alpine's dns is actually not stable in some systems.
- [CSS] do not use any system-ui fonts, the fonts will be difference in difference Windows Languages
-- [Unit Test] Vue suggested Jest, but what, you cannot run the test in a browser, it is so stupid because all browser functions cannot be tested (localStorage, DOM and more).
\ No newline at end of file
+- [Unit Test] Vue suggested Jest, but what, you cannot run the test in a browser, it is so stupid because all browser functions cannot be tested (localStorage, DOM and more).
+- Need to use `jsesc` to escape the content inside .
+- .NET 4.7 is the best lowest version to support high DPI monitors
\ No newline at end of file
diff --git a/Home.md b/Home.md
index c6687fd..978e0f2 100644
--- a/Home.md
+++ b/Home.md
@@ -47,5 +47,5 @@ https://github.com/louislam/uptime-kuma-wiki
* (2022-01-21) Reach 12,059 Stargazers!
* (2022-03-02) Docker Pull is over 25M! 14,050 Stargazers!
* (2022-04-10) 15,629 Stargazers!
-
+* (2022-10-09) 21,975 Stargazers! Over 20K! Another Milestone!🐻👍
diff --git a/How-to-Monitor-Docker-Containers.md b/How-to-Monitor-Docker-Containers.md
index ae0b4d8..deddc55 100644
--- a/How-to-Monitor-Docker-Containers.md
+++ b/How-to-Monitor-Docker-Containers.md
@@ -1,3 +1,5 @@
+(Version >= 1.18.0)
+
## If you are running Uptime Kuma Docker
By default, a docker container is self-contained, which means Uptime Kuma cannot access your host. You need to bind the /var/run/docker.sock to your container.
diff --git a/Maintenance.md b/Maintenance.md
new file mode 100644
index 0000000..2abd43e
--- /dev/null
+++ b/Maintenance.md
@@ -0,0 +1,6 @@
+(Version >= 1.19.0)
+
+This feature is designed for:
+
+- Temporary disable notifications during time window
+- Show the message on status pages.
\ No newline at end of file
diff --git a/_Footer.md b/_Footer.md
new file mode 100644
index 0000000..abda5e4
--- /dev/null
+++ b/_Footer.md
@@ -0,0 +1 @@
+[Edit this page](https://github.com/louislam/uptime-kuma-wiki)
\ No newline at end of file
diff --git a/🆙-How-to-Update.md b/🆙-How-to-Update.md
index 64bb9eb..4badc01 100644
--- a/🆙-How-to-Update.md
+++ b/🆙-How-to-Update.md
@@ -34,7 +34,7 @@ cd
# Update from git
git fetch --all
-git checkout 1.18.0 --force
+git checkout 1.18.5 --force
# Install dependencies and prebuilt
npm install --production