Browse Source

Add link to Github repo form cli page to each script (#4023)

* Add link to github for each file

* Fix mark down code

* Improve read ability

* Update colours
Jaap Marcus 2 years ago
parent
commit
ec39427f76
3 changed files with 239 additions and 5 deletions
  1. 1 1
      bin/v-add-web-domain-alias
  2. 8 0
      docs/.vitepress/theme/styles/vars.css
  3. 230 4
      docs/docs/reference/cli.md

+ 1 - 1
bin/v-add-web-domain-alias

@@ -5,7 +5,7 @@
 # example: v-add-web-domain-alias admin acme.com www.acme.com yes
 #
 # This function adds one or more aliases to a domain (it is also called
-# "domain parking"). This function supports wildcards *.domain.tpl.
+# "domain parking"). This function supports wildcards <*.domain.tld>.
 
 #----------------------------------------------------------#
 #                Variables & Functions                     #

+ 8 - 0
docs/.vitepress/theme/styles/vars.css

@@ -6,6 +6,10 @@
 	--vp-c-brand-darker: #781746;
 	--vp-home-hero-name-color: transparent;
 	--vp-home-hero-name-background: linear-gradient(120deg, #d83182, #633288, #41d1ff);
+	--vp-button-brand-bg: #b7236a;
+	--vp-button-brand-hover-bg: #9a1d5a;
+	--vp-button-brand-active-bg: #9a1d5a;
+	--vp-c-brand-1: #b7236a;
 }
 
 .dark {
@@ -15,4 +19,8 @@
 	--vp-c-brand: #ff558f;
 	--vp-c-brand-dark: #da4778;
 	--vp-c-brand-darker: #b7236a;
+	--vp-button-brand-bg: #da4778;
+	--vp-button-brand-hover-bg: #b7236a;
+	--vp-button-brand-active-bg: #b7236a;
+	--vp-c-brand-1: #da4778;
 }

File diff suppressed because it is too large
+ 230 - 4
docs/docs/reference/cli.md


Some files were not shown because too many files changed in this diff