-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from Mashape/site/cleanup
Site/cleanup
- Loading branch information
Showing
43 changed files
with
211 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<header class="page-header"> | ||
<div class="container"> | ||
{% if page.header_icon %} | ||
<div class="page-header-icon"> | ||
<img src="{{ page.header_icon }}" alt="" /> | ||
</div> | ||
{% endif %} | ||
<div class="page-header-title"> | ||
<h2>{{ page.header_title }}</h2> | ||
{% if page.header_caption %} | ||
<p>{{ page.header_caption }}</p> | ||
{% endif %} | ||
</div> | ||
</div> | ||
</header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 8 additions & 10 deletions
18
site/app/_includes/pages/contribute/contributing-to-codebase.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
site/app/_includes/pages/contribute/contributing-to-documentation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
**Repository**: [https://github.com/mashape/kong](https://github.com/mashape/kong) in the `/site/app/_includes/pages/` directory. | ||
**Repository**: {{site.repo}} in the `/site/app/_includes/pages/` directory. | ||
|
||
The entire website is maintained on GitHub in the `site` folder. You can run it by following the instructions at [https://github.com/Mashape/kong/blob/master/site/README.md](https://github.com/Mashape/kong/blob/master/site/README.md) | ||
The entire website is maintained on GitHub in the `site` folder. You can run it by following the instructions at {{site.repo}}/blob/master/site/README.md | ||
|
||
There is no need to create an issue for documentation changes. Summarising your changes in the pull request will suffice. Similarly, there are no documentation tests. | ||
There is no need to create an issue for documentation changes. Summarising your changes in the pull request will suffice. Similarly, there are no documentation tests. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
### .Zip / Tar.gz | ||
### .zip / tar.gz | ||
|
||
1. Get the files: ( [Zip](#) | [Tar.gz](#) ) | ||
1. Get the files: ( [zip](#) | [tar.gz](#) ) | ||
|
||
```bash | ||
wget http://getkong.org/releases/kong-0.0.1-beta.tar.gz | ||
tar xvzf kong-0.0.1-beta.tar.gz | ||
``` | ||
|
||
2. Install dependencies: | ||
|
||
```bash | ||
wget http://luarocks.com | ||
./configure && make && make install | ||
``` | ||
|
||
2. Run: | ||
|
||
```bash | ||
bin/kong migrate # Only the first time | ||
bin/kong start | ||
``` | ||
|
||
Something went wrong? [Check Out the Docs](/docs) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" itemscope itemtype="http://schema.org/Article"> | ||
{% include head.html %} | ||
<body id="{{ page.id }}"> | ||
{% include nav.html %} | ||
|
||
{{ content }} | ||
|
||
{% include footer.html %} | ||
|
||
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | ||
<script src="//www.parsecdn.com/js/parse-1.3.5.min.js"></script> | ||
<script src="/assets/app.js?v={{site.time}}"></script> | ||
<script type="text/javascript"> | ||
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","group","track","ready","alias","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t){var e=document.createElement("script");e.type="text/javascript";e.async=!0;e.src=("https:"===document.location.protocol?"https://":"http://")+"cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(e,n)};analytics.SNIPPET_VERSION="3.0.1"; | ||
analytics.load("WDj0nSS7hpyxwL3evgbOzK755s0NUye6"); | ||
analytics.page() | ||
}}(); | ||
</script> | ||
</body> | ||
{% include head.html %} | ||
<body id="{{ page.id }}"> | ||
{% include nav.html %} | ||
{{ content }} | ||
{% include footer.html %} | ||
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> | ||
<script src="//www.parsecdn.com/js/parse-1.3.5.min.js"></script> | ||
<script src="/assets/app.js?v={{site.time}}"></script> | ||
<script type="text/javascript"> | ||
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","group","track","ready","alias","page","once","off","on"];analytics.factory=function(t){return function(){var e=Array.prototype.slice.call(arguments);e.unshift(t);analytics.push(e);return analytics}};for(var t=0;t<analytics.methods.length;t++){var e=analytics.methods[t];analytics[e]=analytics.factory(e)}analytics.load=function(t){var e=document.createElement("script");e.type="text/javascript";e.async=!0;e.src=("https:"===document.location.protocol?"https://":"http://")+"cdn.segment.com/analytics.js/v1/"+t+"/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(e,n)};analytics.SNIPPET_VERSION="3.0.1"; | ||
analytics.load("WDj0nSS7hpyxwL3evgbOzK755s0NUye6"); | ||
analytics.page() | ||
}}(); | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: API Documentation | ||
sitemap: true | ||
--- | ||
|
||
{% include header.html %} | ||
|
||
<h1>Hello World</h1> |
Oops, something went wrong.