summaryrefslogtreecommitdiff
path: root/docs/guide
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-01-03 17:36:20 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-01-29 01:18:05 +0300
commitaae4312c3c535253b2d5db7a75503f0237ae423e (patch)
tree83967ba91a1ff7d2f0909ce08029f2c2c7425c68 /docs/guide
parent996d2d57be172fd36952ec7d679e411565cac013 (diff)
downloadwebui-vue-aae4312c3c535253b2d5db7a75503f0237ae423e.tar.xz
Add coding guidelines and component documentation
- Add deploy script to create and deploy dist file to gh-pages branch - Update README to include instructions on documentation development and deployment - Update vue and vue-template-compiler to be compatible with vuepress - Set vue-date-fns to use specific version - Add shell pages to be completed later Signed-off-by: Derick Montague <derick.montague@ibm.com> Change-Id: I2fdae06d53c298d45f7a638e8875717a47050dbf
Diffstat (limited to 'docs/guide')
-rw-r--r--docs/guide/coding-standards/accessibility.md1
-rw-r--r--docs/guide/coding-standards/index.md1
-rw-r--r--docs/guide/coding-standards/javascript.md1
-rw-r--r--docs/guide/coding-standards/sass.md1
-rw-r--r--docs/guide/components/index.md1
-rw-r--r--docs/guide/components/page-section.md1
-rw-r--r--docs/guide/components/page-title.md1
-rw-r--r--docs/guide/getting-started.md1
-rw-r--r--docs/guide/guidelines/colors.md1
-rw-r--r--docs/guide/guidelines/index.md1
-rw-r--r--docs/guide/guidelines/typography.md1
11 files changed, 11 insertions, 0 deletions
diff --git a/docs/guide/coding-standards/accessibility.md b/docs/guide/coding-standards/accessibility.md
new file mode 100644
index 00000000..efbc943b
--- /dev/null
+++ b/docs/guide/coding-standards/accessibility.md
@@ -0,0 +1 @@
+# Accessibility Conventions and Standards \ No newline at end of file
diff --git a/docs/guide/coding-standards/index.md b/docs/guide/coding-standards/index.md
new file mode 100644
index 00000000..4bba659e
--- /dev/null
+++ b/docs/guide/coding-standards/index.md
@@ -0,0 +1 @@
+# Overview \ No newline at end of file
diff --git a/docs/guide/coding-standards/javascript.md b/docs/guide/coding-standards/javascript.md
new file mode 100644
index 00000000..6710f2fd
--- /dev/null
+++ b/docs/guide/coding-standards/javascript.md
@@ -0,0 +1 @@
+# JavaScript Conventions and Standards \ No newline at end of file
diff --git a/docs/guide/coding-standards/sass.md b/docs/guide/coding-standards/sass.md
new file mode 100644
index 00000000..b990f50c
--- /dev/null
+++ b/docs/guide/coding-standards/sass.md
@@ -0,0 +1 @@
+# SASS Conventions and Standards \ No newline at end of file
diff --git a/docs/guide/components/index.md b/docs/guide/components/index.md
new file mode 100644
index 00000000..4bba659e
--- /dev/null
+++ b/docs/guide/components/index.md
@@ -0,0 +1 @@
+# Overview \ No newline at end of file
diff --git a/docs/guide/components/page-section.md b/docs/guide/components/page-section.md
new file mode 100644
index 00000000..9c8f1b2d
--- /dev/null
+++ b/docs/guide/components/page-section.md
@@ -0,0 +1 @@
+# Page Section \ No newline at end of file
diff --git a/docs/guide/components/page-title.md b/docs/guide/components/page-title.md
new file mode 100644
index 00000000..ebc2fc57
--- /dev/null
+++ b/docs/guide/components/page-title.md
@@ -0,0 +1 @@
+# Page Title \ No newline at end of file
diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md
new file mode 100644
index 00000000..8b3a7945
--- /dev/null
+++ b/docs/guide/getting-started.md
@@ -0,0 +1 @@
+# Getting Started \ No newline at end of file
diff --git a/docs/guide/guidelines/colors.md b/docs/guide/guidelines/colors.md
new file mode 100644
index 00000000..7baf37b0
--- /dev/null
+++ b/docs/guide/guidelines/colors.md
@@ -0,0 +1 @@
+# Colors \ No newline at end of file
diff --git a/docs/guide/guidelines/index.md b/docs/guide/guidelines/index.md
new file mode 100644
index 00000000..4bba659e
--- /dev/null
+++ b/docs/guide/guidelines/index.md
@@ -0,0 +1 @@
+# Overview \ No newline at end of file
diff --git a/docs/guide/guidelines/typography.md b/docs/guide/guidelines/typography.md
new file mode 100644
index 00000000..db88d407
--- /dev/null
+++ b/docs/guide/guidelines/typography.md
@@ -0,0 +1 @@
+# Typography \ No newline at end of file