diff --git a/conversation-design/.firebaserc b/conversation-design/.firebaserc new file mode 100644 index 00000000..9209e9ce --- /dev/null +++ b/conversation-design/.firebaserc @@ -0,0 +1,15 @@ +{ + "projects": { + "default": "conversation-design-docs" + }, + "targets": { + "conversation-design-docs": { + "hosting": { + "conversation-design": [ + "conversation-design" + ] + } + } + }, + "etags": {} +} \ No newline at end of file diff --git a/conversation-design/.gitignore b/conversation-design/.gitignore new file mode 100644 index 00000000..697ed01f --- /dev/null +++ b/conversation-design/.gitignore @@ -0,0 +1,68 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +firebase-debug.log* +firebase-debug.*.log* + +# Firebase cache +.firebase/ + +# Firebase config + +# Uncomment this if you'd like others to create their own Firebase project. +# For a team working on the same Firebase project(s), it is recommended to leave +# it commented so all members can deploy to the same project(s) in .firebaserc. +# .firebaserc + +# Runtime data +pids +*.pid +*.seed +*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# nyc test coverage +.nyc_output + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Bower dependency directory (https://bower.io/) +bower_components + +# node-waf configuration +.lock-wscript + +# Compiled binary addons (http://nodejs.org/api/addons.html) +build/Release + +# Dependency directories +node_modules/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# Optional REPL history +.node_repl_history + +# Output of 'npm pack' +*.tgz + +# Yarn Integrity file +.yarn-integrity + +# dotenv environment variables file +.env + +site/ diff --git a/conversation-design/firebase.json b/conversation-design/firebase.json new file mode 100644 index 00000000..5e730cb0 --- /dev/null +++ b/conversation-design/firebase.json @@ -0,0 +1,11 @@ +{ + "hosting": { + "public": "site", + "target": "conversation-design", + "ignore": [ + "firebase.json", + "**/.*", + "**/node_modules/**" + ] + } +} diff --git a/conversation-design/mkdocs.yml b/conversation-design/mkdocs.yml index 3539f776..95f46a0e 100644 --- a/conversation-design/mkdocs.yml +++ b/conversation-design/mkdocs.yml @@ -1,3 +1,23 @@ site_name: Conversation Design theme: name: material + features: + - navigation.sections +nav: + - Overview: + - index.md + - what-is-conversation-design.md + - learn-about-conversation.md + - Conversation design process: + - how-do-i-get-started.md + - create-a-persona.md + - design-for-the-long-tail.md + - gather-requirements.md + - help-users-find-your-action.md + - is-conversation-the-right-fit.md + - scale-your-design.md + - test-and-iterate.md + - write-sample-dialogs.md + - Style guide: + - language.md + - capitalization-and-punctuation.md