diff --git a/.gitignore b/.gitignore
index ce8ccc755..e6b3ac813 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
*.user
*.sln.docstates
.vs/
+/_site
diff --git a/_includes/header.html b/_includes/header.html
index 25300b0c8..75d3e6329 100755
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -71,7 +71,7 @@
Videos
Learn
diff --git a/index.html b/index.html
index 02f0759d4..f12f00150 100755
--- a/index.html
+++ b/index.html
@@ -8,9 +8,9 @@
This is a toolbox of many specifications, services, tools, people, and other resources. There is a lot of information available here, and it is something that is always expanding. Feel free to sort through all of the information here, or you can just get started with three of the most important specifications to the world of APIs.
-
+
@@ -18,18 +18,18 @@
{% assign specifications = site.specifications %}
{% for entry in specifications %}
- {% if entry.name == 'OpenAPI' %}
-
-
-
- 
- |
-
-
+
+ 
+ |
+
+

- Learn
+ Learn
|
@@ -38,23 +38,23 @@
{% for tag in common.x-tags %}
{% if tag == 'Learn' %}
{% assign tagged = 1 %}
- {% endif %}
- {% endfor %}
- {% if tagged == 1 %}
+ {% endif %}
+ {% endfor %}
+ {% if tagged == 1 %}
- → {{ common.x-name }}
- {% endif %}
- {% endfor %}
-
+ {% endif %}
+ {% endfor %}
+
|
- |
-
-
+
+

- Contribute
+ Contribute
|
@@ -63,37 +63,37 @@
{% for tag in common.x-tags %}
{% if tag == 'Contribute' %}
{% assign tagged = 1 %}
- {% endif %}
- {% endfor %}
- {% if tagged == 1 %}
+ {% endif %}
+ {% endfor %}
+ {% if tagged == 1 %}
- → {{ common.x-name }}
- {% endif %}
- {% endfor %}
-
+ {% endif %}
+ {% endfor %}
+
|
- |
-
+
+
- {% endif %}
- {% endfor %}
+ {% endif %}
+ {% endfor %}
-
|
+
|
{% for entry in specifications %}
- {% if entry.name == 'AsyncAPI' %}
-
-
-
- 
- |
-
-
+
+ 
+ |
+
+

- Learn
+ Learn
|
@@ -102,23 +102,23 @@
{% for tag in common.x-tags %}
{% if tag == 'Learn' %}
{% assign tagged = 1 %}
- {% endif %}
- {% endfor %}
- {% if tagged == 1 %}
+ {% endif %}
+ {% endfor %}
+ {% if tagged == 1 %}
- → {{ common.x-name }}
- {% endif %}
- {% endfor %}
-
+ {% endif %}
+ {% endfor %}
+
|
- |
-
-
+
+

- Contribute
+ Contribute
|
@@ -127,37 +127,37 @@
{% for tag in common.x-tags %}
{% if tag == 'Contribute' %}
{% assign tagged = 1 %}
- {% endif %}
- {% endfor %}
- {% if tagged == 1 %}
+ {% endif %}
+ {% endfor %}
+ {% if tagged == 1 %}
- → {{ common.x-name }}
- {% endif %}
- {% endfor %}
-
+ {% endif %}
+ {% endfor %}
+
|
- |
-
+
+
- {% endif %}
- {% endfor %}
+ {% endif %}
+ {% endfor %}
|
{% for entry in specifications %}
- {% if entry.name == 'JSON Schema' %}
-
-
-
- 
- |
-
-
+
+ 
+ |
+
+

- Learn
+ Learn
|
@@ -166,23 +166,23 @@
{% for tag in common.x-tags %}
{% if tag == 'Learn' %}
{% assign tagged = 1 %}
- {% endif %}
- {% endfor %}
- {% if tagged == 1 %}
+ {% endif %}
+ {% endfor %}
+ {% if tagged == 1 %}
- → {{ common.x-name }}
- {% endif %}
- {% endfor %}
-
+ {% endif %}
+ {% endfor %}
+
|
- |
-
-
+
+

- Contribute
+ Contribute
|
@@ -191,22 +191,34 @@
{% for tag in common.x-tags %}
{% if tag == 'Contribute' %}
{% assign tagged = 1 %}
- {% endif %}
- {% endfor %}
- {% if tagged == 1 %}
+ {% endif %}
+ {% endfor %}
+ {% if tagged == 1 %}
- → {{ common.x-name }}
- {% endif %}
- {% endfor %}
-
+ {% endif %}
+ {% endfor %}
+
|
- |
-
+
+
- {% endif %}
- {% endfor %}
+ {% endif %}
+ {% endfor %}
+
+
+
+ Below is a calendar of containing all regular meetings and offices hours across the specifications. Feel free to jump in!
+
+
+
+
+
+
+
+
This project runs on Github allowing this entire directory to be run locally, forked to add information, and update the webite using pull request. We are happy to accept community submisions, and edit are always welcome! The goal of this site i to bring in as much information about the space as posible, then provide tools for filtering out the noise.
\ No newline at end of file
| | | | | |