diff --git a/Benchmarks.md b/Benchmarks.md index d40ba6b..5dd857c 100644 --- a/Benchmarks.md +++ b/Benchmarks.md @@ -1,11 +1,9 @@ -## Iris vs .NET Core vs Expressjs +[[_assets/benchmarks.svg]] -[![Iris vs .NET Core(C#) vs Node.js (Express)](https://github.com/kataras/iris/raw/master/_benchmarks/benchmarks_graph_22_october_2018_gray.png)](https://github.com/kataras/iris/blob/master/_benchmarks/README.md) - -_Updated at: [Monday, 22 October 2018](https://github.com/kataras/iris/blob/master/_benchmarks/README.md)_ +> Run yourself: https://github.com/kataras/server-benchmarks ## Third-party -[![](https://github.com/kataras/iris/raw/master/_benchmarks/benchmarks_third_party_source_snapshot_go_23_october_2018.png)](https://github.com/iris-contrib/third-party-benchmarks#full-table) +[[_assets/benchmarks_third_party_source_snapshot_go_23_october_2018.png]] -> Last updated at: 01 March of 2019. Click to the image to view all results. You can run this in your own hardware by following the [steps here](https://github.com/iris-contrib/third-party-benchmarks#usage). \ No newline at end of file +> Last updated at: 01 March of 2019. Click to the image to view all results. You can run this in your own hardware by following the [steps here](https://github.com/iris-contrib/third-party-benchmarks#usage). diff --git a/Home.md b/Home.md index 5ce295d..b184938 100644 --- a/Home.md +++ b/Home.md @@ -8,7 +8,7 @@ This wiki is the main source of documentation for **developers** working with (o * [[Benchmarks]] * [[Support]] * [[Installing Iris|Installation]] -* [[Getting Started]] +* [[Getting Started|Getting-started]] * [[Host]] * [[Automatic Public Domain with TLS|Automatic-public-address]] * [[Configuration]] @@ -21,29 +21,29 @@ This wiki is the main source of documentation for **developers** working with (o * [[Wrap the Router|Routing-wrap-the-router]] * [[Override Context|Routing-override-context]] * [[Context Methods|Routing-context-methods]] -* [[HTTP Method Override]] -* [[API Versioning]] -* [[Content Negotiation]] -* [[Response Recorder]] -* [[HTTP Referrer]] -* [[Request Authentication]] -* [[URL Query Parameters]] +* [[HTTP Method Override|HTTP-method-override]] +* [[API Versioning|API-versioning]] +* [[Content Negotiation|Content-negotiation]] +* [[Response Recorder|Response-recorder]] +* [[HTTP Referrer|HTTP-referrer]] +* [[Request Authentication|Request-authentication]] +* [[URL Query Parameters|URL-query-parameters]] * [[Forms]] -* [[Model Validation]] +* [[Model Validation|Model-validation]] * [[Cache]] -* [[File Server]] +* [[File Server|File-server]] * [[View]] * [[Cookies]] * [[Sessions]] * [Database](Sessions-database) * [Flash Messages](Sessions-flash-messages) * [[Websockets]] -* [[Dependency Injection|Dependency-Injection]] +* [[Dependency Injection|Dependency-injection]] * [[MVC]] -* [[gRPC]] +* [[gRPC|Grpc]] * [[Sitemap]] * [[Localization]] * [[Testing]] * [➲ Examples](https://github.com/kataras/iris/tree/master/_examples) -* [[Starter Kits]] +* [[Starter Kits|Starter-kits]] * [[Publications]] diff --git a/_Sidebar.md b/_Sidebar.md index ab1c3c2..001ef9b 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -3,7 +3,7 @@ * [[Benchmarks]] * [[Support]] * [[Installing Iris|Installation]] -* [[Getting Started|getting-started]] +* [[Getting Started|Getting-started]] * [[Host]] * [[Automatic Public Domain with TLS|Automatic-public-address]] * [[Configuration]] @@ -17,28 +17,28 @@ * [[Override Context|Routing-override-context]] * [[Context Methods|Routing-context-methods]] * [[HTTP Method Override|HTTP-method-override]] -* [[API Versioning|api-versioning]] -* [[Content Negotiation|content-negotiation]] -* [[Response Recorder|response-recorder]] +* [[API Versioning|API-versioning]] +* [[Content Negotiation|Content-negotiation]] +* [[Response Recorder|Response-recorder]] * [[HTTP Referrer|HTTP-referrer]] * [[Request Authentication|Request-authentication]] -* [[URL Query Parameters|url-query-parameters]] +* [[URL Query Parameters|URL-query-parameters]] * [[Forms]] -* [[Model Validation|model-validation]] +* [[Model Validation|Model-validation]] * [[Cache]] -* [[File Server|file-server]] +* [[File Server|File-server]] * [[View]] * [[Cookies]] * [[Sessions]] * [Database](Sessions-database) * [Flash Messages](Sessions-flash-messages) * [[Websockets]] -* [[Dependency Injection|Dependency-Injection]] +* [[Dependency Injection|Dependency-injection]] * [[MVC]] -* [[gRPC]] +* [[gRPC|Grpc]] * [[Sitemap]] * [[Localization]] * [[Testing]] * [Examples](https://github.com/kataras/iris/tree/master/_examples) -* [[Starter Kits]] +* [[Starter Kits|Starter-kits]] * [[Publications]] diff --git a/_assets/README.md b/_assets/README.md new file mode 100644 index 0000000..19ebbcf --- /dev/null +++ b/_assets/README.md @@ -0,0 +1,17 @@ +# Iris Docs + +https://github.com/yakivmospan/github-wikito-converter + +```sh +# to documentation.html (this can be used for static site render) +$ gwtc . +# to documenation.pdf (this is not used, look below) +$ gwtc -v -f pdf . +``` + +https://github.com/GitbookIO/gitbook-pdf + +```sh +# docs.iris-go.com to pdf (iris-book private repository) +$ gitbook pdf . +``` diff --git a/_assets/benchmarks.svg b/_assets/benchmarks.svg new file mode 100644 index 0000000..5629784 --- /dev/null +++ b/_assets/benchmarks.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_assets/benchmarks_third_party_source_snapshot_go_23_october_2018.png b/_assets/benchmarks_third_party_source_snapshot_go_23_october_2018.png new file mode 100644 index 0000000..fd72325 Binary files /dev/null and b/_assets/benchmarks_third_party_source_snapshot_go_23_october_2018.png differ