diff --git a/source/includes/_changelog.md b/source/includes/_changelog.md index ac0752a..0607d7c 100644 --- a/source/includes/_changelog.md +++ b/source/includes/_changelog.md @@ -4,11 +4,11 @@ ### Oct 1, 2023 - Adding new rate limit error ref -Beginning Jan 1st, 2024, the error ref **--parse_errorref_RATE_LIMITED_ENDPOINT** will be returned when a rate limit applies only to the endpoint being called. Error ref **--parse_errorref_RATE_LIMITED_GLOBAL** will continue to be returned in all other scenarios where the [rate limit](/#rate-limiting) applies to all endpoints. +Beginning Jan 1st, 2024, the error ref **--parse_errorref_RATE_LIMITED_ENDPOINT** will be returned when a rate limit applies only to the endpoint being called. Error ref **--parse_errorref_RATE_LIMITED_GLOBAL** will continue to be returned in all other scenarios where the [rate limit](../#rate-limiting) applies to all endpoints. ### Oct 27, 2022 - Deprecating X-Ratelimit headers -Beginning Nov 20th, 2022, all custom rate limit headers `X-RateLimit-Limit`, `X-RateLimit-Remaining`, `X-RateLimit-RetryAfter` will no longer be returned. They will be replaced with `retry-after` when the [ratelimit is exceeded](/#rate-limiting). +Beginning Nov 20th, 2022, all custom rate limit headers `X-RateLimit-Limit`, `X-RateLimit-Remaining`, `X-RateLimit-RetryAfter` will no longer be returned. They will be replaced with `retry-after` when the [ratelimit is exceeded](../#rate-limiting). # How We Version @@ -45,7 +45,7 @@ part of the URL required to make a successful request. When making requests to the API, you need to be sure you know what functionality is available to you and what you can expect the API to do under every situation. With that said, and in the interest of being as explicit as possible if you supply a version in the URL of your request that is _not_ listed -in the [changelog](#api-versions) below - a `404 Not Found` will be returned in the form of the [Error Object](/#error-object). +in the [changelog](#api-versions) below - a `404 Not Found` will be returned in the form of the [Error Object](../#error-object). ## What are breaking changes diff --git a/source/includes/_modio.md b/source/includes/_modio.md index 90d29ab..b596f5b 100644 --- a/source/includes/_modio.md +++ b/source/includes/_modio.md @@ -8,7 +8,7 @@ __API path:__ [--parse_apiurl](--parse_apiurl) (see your API access dashboard) __Current version:__ --parse_vdropdown -View Version Changelog +View Version Changelog ## How It Works @@ -23,7 +23,7 @@ Once you have added your game to --parse_sitename and got your [game ID and API Option | Usage | Suited for | Docs ---------- | ---------- | ---------- | --------- __API__ | For connecting directly to the --parse_sitename REST API. | Web apps that need a JSON REST API, or game developers that like a challenge and want control over their implementation. | You are reading them -__SDK__ | Drop our [open source C/C++ SDK](https://github.com/modio/modio-sdk) into your game to call --parse_sitename functionality. | Developers that want a SDK that abstracts the uploading, downloading and unzip flows behind easy to use function calls. | [Here](https://go.mod.io/sdk-docs) +__SDK__ | Drop our [open source C/C++ SDK](https://github.com/modio/modio-sdk) into your game to call --parse_sitename functionality. | Developers that want a SDK that abstracts the uploading, downloading and unzip flows behind easy to use function calls. | [Here](--parse_docsurl/cppsdkref/) __Tools/Plugins__ | Use tools, plugins and wrappers created by the community to make implementation in various engines easy. | Game developers that want a pre-built modding solution for their engine (Unity, Unreal, GameMaker, Construct) of choice. | Available below ### Official Tools @@ -32,8 +32,8 @@ Plugins and wrappers made or supported by the --parse_sitename team | - | - | - --- | --- | --- | --- -![Unity Plugin](images/tool-unity.png) | __Unity Plugin__
[SDK](https://github.com/modio/modio-unity)
[Getting Started](https://go.mod.io/unity-docs)
[Sample Project](https://go.mod.io/unity-samples)
| ![Unreal Plugin](images/tool-unreal.png) | __Unreal Plugin__
[SDK](https://github.com/modio/modio-ue)
[Getting Started](https://go.mod.io/ue-docs)
[UE4 Sample Project](https://go.mod.io/ue-samples)
[UE5 Sample Project](https://go.mod.io/ue5-sample)
-![GameMaker](images/tool-gm.png) | __GameMaker__
[SDK](https://github.com/YoYoGames/GMEXT-mod.io)
[Getting Started](https://github.com/YoYoGames/GMEXT-mod.io/wiki)
| ![C/C++ SDK](images/tool-ccpp.png) | __C/C++ SDK__
[SDK](https://github.com/modio/modio-sdk)
[Getting Started](https://go.mod.io/sdk-docs)
+![Unity Plugin](images/tool-unity.png) | __Unity Plugin__
[SDK](https://github.com/modio/modio-unity)
[Getting Started](--parse_docsurl/unityref/)
[Sample Project](https://github.com/modio/modio-unity-sample)
| ![Unreal Plugin](images/tool-unreal.png) | __Unreal Plugin__
[SDK](https://github.com/modio/modio-ue)
[Getting Started](--parse_docsurl/unrealref/)
[UE4 Sample Project](https://github.com/modio/modio-ue4-sample)
[UE5 Sample Project](https://github.com/modio/modio-ue5-sample)
+![GameMaker](images/tool-gm.png) | __GameMaker__
[SDK](https://github.com/YoYoGames/GMEXT-mod.io)
[Getting Started](https://github.com/YoYoGames/GMEXT-mod.io/wiki)
| ![C/C++ SDK](images/tool-ccpp.png) | __C/C++ SDK__
[SDK](https://github.com/modio/modio-sdk)
[Getting Started](--parse_docsurl/cppsdkref/)
![Discord Bot](images/tool-discordbot.png) | __Discord Bot__
[Instructions](https://github.com/modio/modio-discord-bot)
[Invite](--parse_discordboturl)
| ### Community Tools diff --git a/source/index.html.md b/source/index.html.md index 324d72a..fc89171 100644 --- a/source/index.html.md +++ b/source/index.html.md @@ -8,7 +8,7 @@ language_tabs: - python: Python - java: Java toc_footers: - - Find out more about mod.io + - Find out more about mod.io includes: [] search: true highlight_theme: darkula @@ -27,7 +27,7 @@ __API path:__ [https://*.modapi.io/v1](https://*.modapi.io/v1) (see your API acc __Current version:__ -View Version Changelog +View Version Changelog ## How It Works @@ -42,7 +42,7 @@ Once you have added your game to mod.io and got your [game ID and API key](https Option | Usage | Suited for | Docs ---------- | ---------- | ---------- | --------- __API__ | For connecting directly to the mod.io REST API. | Web apps that need a JSON REST API, or game developers that like a challenge and want control over their implementation. | You are reading them -__SDK__ | Drop our [open source C/C++ SDK](https://github.com/modio/modio-sdk) into your game to call mod.io functionality. | Developers that want a SDK that abstracts the uploading, downloading and unzip flows behind easy to use function calls. | [Here](https://go.mod.io/sdk-docs) +__SDK__ | Drop our [open source C/C++ SDK](https://github.com/modio/modio-sdk) into your game to call mod.io functionality. | Developers that want a SDK that abstracts the uploading, downloading and unzip flows behind easy to use function calls. | [Here](https://docs.mod.io/cppsdkref/) __Tools/Plugins__ | Use tools, plugins and wrappers created by the community to make implementation in various engines easy. | Game developers that want a pre-built modding solution for their engine (Unity, Unreal, GameMaker, Construct) of choice. | Available below ### Official Tools @@ -51,8 +51,8 @@ Plugins and wrappers made or supported by the mod.io team | - | - | - --- | --- | --- | --- -![Unity Plugin](images/tool-unity.png) | __Unity Plugin__
[SDK](https://github.com/modio/modio-unity)
[Getting Started](https://go.mod.io/unity-docs)
[Sample Project](https://go.mod.io/unity-samples)
| ![Unreal Plugin](images/tool-unreal.png) | __Unreal Plugin__
[SDK](https://github.com/modio/modio-ue)
[Getting Started](https://go.mod.io/ue-docs)
[UE4 Sample Project](https://go.mod.io/ue-samples)
[UE5 Sample Project](https://go.mod.io/ue5-sample)
-![GameMaker](images/tool-gm.png) | __GameMaker__
[SDK](https://github.com/YoYoGames/GMEXT-mod.io)
[Getting Started](https://github.com/YoYoGames/GMEXT-mod.io/wiki)
| ![C/C++ SDK](images/tool-ccpp.png) | __C/C++ SDK__
[SDK](https://github.com/modio/modio-sdk)
[Getting Started](https://go.mod.io/sdk-docs)
+![Unity Plugin](images/tool-unity.png) | __Unity Plugin__
[SDK](https://github.com/modio/modio-unity)
[Getting Started](https://docs.mod.io/unityref/)
[Sample Project](https://github.com/modio/modio-unity-sample)
| ![Unreal Plugin](images/tool-unreal.png) | __Unreal Plugin__
[SDK](https://github.com/modio/modio-ue)
[Getting Started](https://docs.mod.io/unrealref/)
[UE4 Sample Project](https://github.com/modio/modio-ue4-sample)
[UE5 Sample Project](https://github.com/modio/modio-ue5-sample)
+![GameMaker](images/tool-gm.png) | __GameMaker__
[SDK](https://github.com/YoYoGames/GMEXT-mod.io)
[Getting Started](https://github.com/YoYoGames/GMEXT-mod.io/wiki)
| ![C/C++ SDK](images/tool-ccpp.png) | __C/C++ SDK__
[SDK](https://github.com/modio/modio-sdk)
[Getting Started](https://docs.mod.io/cppsdkref/)
![Discord Bot](images/tool-discordbot.png) | __Discord Bot__
[Instructions](https://github.com/modio/modio-discord-bot)
[Invite](https://discordbot.mod.io)
| ### Community Tools diff --git a/source/layouts/layout.erb b/source/layouts/layout.erb index 7092459..90017e5 100644 --- a/source/layouts/layout.erb +++ b/source/layouts/layout.erb @@ -33,12 +33,12 @@ under the License. <%= current_page.data.title || "API Documentation" %> - + "> - + @@ -47,7 +47,7 @@ under the License. "> - + @@ -123,7 +123,7 @@ under the License.
- <%= image_tag "logo.svg", class: 'logo' %> + <%= image_tag "logo.svg", class: 'logo' %> <% if language_tabs.any? %>
<% language_tabs.each do |lang| %> diff --git a/source/stylesheets/_variables.scss b/source/stylesheets/_variables.scss index add2d34..7d72481 100644 --- a/source/stylesheets/_variables.scss +++ b/source/stylesheets/_variables.scss @@ -23,17 +23,17 @@ under the License. // BACKGROUND COLORS //////////////////// -$nav-bg: #212945 !default; -$examples-bg: #2d375d !default; -$code-bg: #212945 !default; -$code-annotation-bg: #2d375d !default; -$nav-subitem-bg: #2d375d !default; +$nav-bg: #000000 !default; +$examples-bg: #29292B !default; +$code-bg: #000000 !default; +$code-annotation-bg: #29292B !default; +$nav-subitem-bg: #29292B !default; $nav-active-bg: #07c1d8 !default; -$nav-active-parent-bg: #2d375d !default; // parent links of the current section -$lang-select-border: #2d375d !default; -$lang-select-bg: #2d375d !default; +$nav-active-parent-bg: #29292B !default; // parent links of the current section +$lang-select-border: #29292B !default; +$lang-select-bg: #29292B !default; $lang-select-active-bg: #07c1d8 !default; // feel free to change this to blue or something -$lang-select-pressed-bg: #212945 !default; // color of language tab bg when mouse is pressed +$lang-select-pressed-bg: #000000 !default; // color of language tab bg when mouse is pressed $main-bg: #fff !default; $aside-notice-bg: #a4e7f2 !default; $aside-warning-bg: #f2a4a4 !default;