From 0363b597e6e451fcb8b904f9ba11fad874404564 Mon Sep 17 00:00:00 2001 From: Tosin Akinosho Date: Wed, 13 Mar 2024 16:35:29 -0400 Subject: [PATCH] adding menu links --- docs/_config.yml | 11 +++++++ .../2024-03-12-welcome-to-jekyll.markdown | 29 +++++++++++++++++++ .../2024-03-12-welcome-to-jekyll.markdown | 29 +++++++++++++++++++ .../2024-03-12-welcome-to-jekyll.markdown | 29 +++++++++++++++++++ .../2024-03-12-welcome-to-jekyll.markdown | 29 +++++++++++++++++++ docs/deployment/index.md | 17 +++++++++++ docs/notebooks/index.md | 17 +++++++++++ docs/workshop/index.md | 17 +++++++++++ 8 files changed, 178 insertions(+) create mode 100644 docs/_deployment/2024-03-12-welcome-to-jekyll.markdown create mode 100644 docs/_notebooks/2024-03-12-welcome-to-jekyll.markdown create mode 100644 docs/_workshop/2024-03-12-welcome-to-jekyll.markdown create mode 100644 docs/_workshop/_deployment/2024-03-12-welcome-to-jekyll.markdown create mode 100644 docs/deployment/index.md create mode 100644 docs/notebooks/index.md create mode 100644 docs/workshop/index.md diff --git a/docs/_config.yml b/docs/_config.yml index 6641cb5..1c85106 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -37,6 +37,17 @@ plugins: - jekyll-seo-tag - jekyll-sitemap +collections: + deployment: + output: true + permalink: /deployment/:path/ + workshop: + output: true + permalink: /workshop/:path/ + notebooks: + output: true + permalink: /notebooks/:path/ + # Exclude from processing. # The following items will not be processed, by default. # Any item listed under the `exclude:` key here will be automatically added to diff --git a/docs/_deployment/2024-03-12-welcome-to-jekyll.markdown b/docs/_deployment/2024-03-12-welcome-to-jekyll.markdown new file mode 100644 index 0000000..f64a1a0 --- /dev/null +++ b/docs/_deployment/2024-03-12-welcome-to-jekyll.markdown @@ -0,0 +1,29 @@ +--- +layout: post +title: "Welcome to Jekyll!" +date: 2024-03-12 19:26:31 +0000 +categories: jekyll update +--- +You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. + +Jekyll requires blog post files to be named according to the following format: + +`YEAR-MONTH-DAY-title.MARKUP` + +Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works. + +Jekyll also offers powerful support for code snippets: + +{% highlight ruby %} +def print_hi(name) + puts "Hi, #{name}" +end +print_hi('Tom') +#=> prints 'Hi, Tom' to STDOUT. +{% endhighlight %} + +Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. + +[jekyll-docs]: https://jekyllrb.com/docs/home +[jekyll-gh]: https://github.com/jekyll/jekyll +[jekyll-talk]: https://talk.jekyllrb.com/ diff --git a/docs/_notebooks/2024-03-12-welcome-to-jekyll.markdown b/docs/_notebooks/2024-03-12-welcome-to-jekyll.markdown new file mode 100644 index 0000000..f64a1a0 --- /dev/null +++ b/docs/_notebooks/2024-03-12-welcome-to-jekyll.markdown @@ -0,0 +1,29 @@ +--- +layout: post +title: "Welcome to Jekyll!" +date: 2024-03-12 19:26:31 +0000 +categories: jekyll update +--- +You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. + +Jekyll requires blog post files to be named according to the following format: + +`YEAR-MONTH-DAY-title.MARKUP` + +Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works. + +Jekyll also offers powerful support for code snippets: + +{% highlight ruby %} +def print_hi(name) + puts "Hi, #{name}" +end +print_hi('Tom') +#=> prints 'Hi, Tom' to STDOUT. +{% endhighlight %} + +Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. + +[jekyll-docs]: https://jekyllrb.com/docs/home +[jekyll-gh]: https://github.com/jekyll/jekyll +[jekyll-talk]: https://talk.jekyllrb.com/ diff --git a/docs/_workshop/2024-03-12-welcome-to-jekyll.markdown b/docs/_workshop/2024-03-12-welcome-to-jekyll.markdown new file mode 100644 index 0000000..f64a1a0 --- /dev/null +++ b/docs/_workshop/2024-03-12-welcome-to-jekyll.markdown @@ -0,0 +1,29 @@ +--- +layout: post +title: "Welcome to Jekyll!" +date: 2024-03-12 19:26:31 +0000 +categories: jekyll update +--- +You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. + +Jekyll requires blog post files to be named according to the following format: + +`YEAR-MONTH-DAY-title.MARKUP` + +Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works. + +Jekyll also offers powerful support for code snippets: + +{% highlight ruby %} +def print_hi(name) + puts "Hi, #{name}" +end +print_hi('Tom') +#=> prints 'Hi, Tom' to STDOUT. +{% endhighlight %} + +Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. + +[jekyll-docs]: https://jekyllrb.com/docs/home +[jekyll-gh]: https://github.com/jekyll/jekyll +[jekyll-talk]: https://talk.jekyllrb.com/ diff --git a/docs/_workshop/_deployment/2024-03-12-welcome-to-jekyll.markdown b/docs/_workshop/_deployment/2024-03-12-welcome-to-jekyll.markdown new file mode 100644 index 0000000..f64a1a0 --- /dev/null +++ b/docs/_workshop/_deployment/2024-03-12-welcome-to-jekyll.markdown @@ -0,0 +1,29 @@ +--- +layout: post +title: "Welcome to Jekyll!" +date: 2024-03-12 19:26:31 +0000 +categories: jekyll update +--- +You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated. + +Jekyll requires blog post files to be named according to the following format: + +`YEAR-MONTH-DAY-title.MARKUP` + +Where `YEAR` is a four-digit number, `MONTH` and `DAY` are both two-digit numbers, and `MARKUP` is the file extension representing the format used in the file. After that, include the necessary front matter. Take a look at the source for this post to get an idea about how it works. + +Jekyll also offers powerful support for code snippets: + +{% highlight ruby %} +def print_hi(name) + puts "Hi, #{name}" +end +print_hi('Tom') +#=> prints 'Hi, Tom' to STDOUT. +{% endhighlight %} + +Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk]. + +[jekyll-docs]: https://jekyllrb.com/docs/home +[jekyll-gh]: https://github.com/jekyll/jekyll +[jekyll-talk]: https://talk.jekyllrb.com/ diff --git a/docs/deployment/index.md b/docs/deployment/index.md new file mode 100644 index 0000000..260337e --- /dev/null +++ b/docs/deployment/index.md @@ -0,0 +1,17 @@ +--- +layout: page # Specifies the layout template to use (e.g., 'default') +title: Deployments # The title of the page +permalink: /deployment/ # Custom permalink for this page +--- + +# Deployment Types + +Welcome to our deployment Instructions page to deploy edge-anomaly-detection. Here you will find a list of deployment types and instructions on how to deploy edge-anomaly-detection on each of them. + +## Available Deployment Types + +Below is a list of deployment Types we've put together: + +{% for post in site.deployments %} + - [{{ post.title }}]({{ post.url | prepend: site.baseurl }}) +{% endfor %} \ No newline at end of file diff --git a/docs/notebooks/index.md b/docs/notebooks/index.md new file mode 100644 index 0000000..dd617d8 --- /dev/null +++ b/docs/notebooks/index.md @@ -0,0 +1,17 @@ +--- +layout: page # Specifies the layout template to use (e.g., 'default') +title: Notebooks # The title of the page +permalink: /notebooks/ # Custom permalink for this page +--- + +# Jupyter Notebooks + +Welcome to our Jupyter Notebooks page for edge-anomaly-detection. Here instuctions on how to use Jupyter Notebooks for the edge-anomaly-detection use cases. + +## Available Notebooks + +Below is a list of Jupyter Notebooks we've put together: + +{% for post in site.notebooks %} + - [{{ post.title }}]({{ post.url | prepend: site.baseurl }}) +{% endfor %} \ No newline at end of file diff --git a/docs/workshop/index.md b/docs/workshop/index.md new file mode 100644 index 0000000..d205a24 --- /dev/null +++ b/docs/workshop/index.md @@ -0,0 +1,17 @@ +--- +layout: page # Specifies the layout template to use (e.g., 'default') +title: Workshop # The title of the page +permalink: /workshop/ # Custom permalink for this page +--- + +# Workshop + +Welcome to edge-anomaly-detection workshop steps. + +## Available Workshop Guide + +Below is a list of Workshop Guide we've put together: + +{% for post in site.deployments %} + - [{{ post.title }}]({{ post.url | prepend: site.baseurl }}) +{% endfor %} \ No newline at end of file