diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..a8953f8 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,3 @@ +theme: jekyll-theme-minimal +title: Culinary Command Developer Documentation +description: Use this to keep track of updates! \ No newline at end of file diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..7268b30 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,41 @@ +--- +title: 'About ' +shortTitle: '' +intro: 'Article intro. See tips for a great intro below.' +product: "optional product callout" +type: overview +topics: + - topic +versions: + - version +--- + +{% comment %} +- Follow the guidelines in https://docs.github.com/contributing/writing-for-github-docs/content-model#conceptual to write this article. +- Great intros give readers a quick understanding of what's in the article, so they can tell whether it's relevant to them before moving ahead. For more tips, see https://docs.github.com/contributing/writing-for-github-docs/content-model +- For product callout info, see https://github.com/github/docs/tree/main/content#product +- For product version instructions, see https://github.com/github/docs/tree/main/content#versioning +- Remove these comments from your article file when you're done writing. +{% endcomment %} + +## A section here + +{% comment %} +Write one or two paragraphs about the main idea of your topic, as a summary. +Make sure you don't have any content that isn't preceded by a header, or it won't be linkable in our table of contents. +{% endcomment %} + +## Another section here + +{% comment %} +Write one or two paragraphs about another element of your topic. +Keep adding headers and sections until you've completed your article. +{% endcomment %} + +## Further reading + +{% comment %} +Optionally, include a bulleted list of related articles the user can reference to extend the concepts covered in this article. Consider linking to procedural articles or tutorials that help the user use the information in your article. +{% endcomment %} + +- [Article title](article-URL)