Skip to content

Commit

Permalink
adding menu links
Browse files Browse the repository at this point in the history
  • Loading branch information
tosin2013 committed Mar 13, 2024
1 parent b00e90d commit 0363b59
Show file tree
Hide file tree
Showing 8 changed files with 178 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
29 changes: 29 additions & 0 deletions docs/_deployment/2024-03-12-welcome-to-jekyll.markdown
Original file line number Diff line number Diff line change
@@ -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/
29 changes: 29 additions & 0 deletions docs/_notebooks/2024-03-12-welcome-to-jekyll.markdown
Original file line number Diff line number Diff line change
@@ -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/
29 changes: 29 additions & 0 deletions docs/_workshop/2024-03-12-welcome-to-jekyll.markdown
Original file line number Diff line number Diff line change
@@ -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/
29 changes: 29 additions & 0 deletions docs/_workshop/_deployment/2024-03-12-welcome-to-jekyll.markdown
Original file line number Diff line number Diff line change
@@ -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/
17 changes: 17 additions & 0 deletions docs/deployment/index.md
Original file line number Diff line number Diff line change
@@ -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 %}
17 changes: 17 additions & 0 deletions docs/notebooks/index.md
Original file line number Diff line number Diff line change
@@ -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 %}
17 changes: 17 additions & 0 deletions docs/workshop/index.md
Original file line number Diff line number Diff line change
@@ -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 %}

0 comments on commit 0363b59

Please sign in to comment.