Conversation
- Replaced relative links with absolute paths in Key_Advantages and What_ZennoPoster_Consists_Of (RU/EN versions, 4 files)
- Added URL encoding rules, symbol table, and examples in RU article (1 file) - Added matching EN section with encoding guidance and examples (1 file) Result: clarified safe parameter encoding to prevent API errors
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces two separate improvements to the documentation:
1. ZennoBrowser Public API — URL Encoding Documentation
Added comprehensive URL encoding guidance to prevent common API request errors:
screen=HD+→screen=HD%2B(incorrect vs. correct)+, space,&,=,?,/,:)Uri.EscapeDataString()) and Python (Requests library)Files modified:
docs/ZennoBrowser/zb-public-API/getting-started-with-the-zennobrowser-api.mdx(+49 lines)i18n/en/docusaurus-plugin-content-docs-zennobrowser/current/zb-public-API/getting-started-with-the-zennobrowser-api.mdx(+49 lines)2. ZennoPoster Documentation — Navigation Link Fixes
Fixed broken relative links to Operations_on_Tables article:
../ProjectMaker/.../Operations_on_Tablesto absolute/zennoposter/ProjectMaker/.../Operations_on_TablesFiles modified:
docs/ZennoPoster/Hello/Key_Advantages.mdx(1 link + BOM fix)docs/ZennoPoster/Hello/What_ZennoPoster_Consists_Of.mdx(1 link + BOM fix)i18n/en/docusaurus-plugin-content-docs-zennoposter/current/Hello/Key_Advantages.mdx(BOM fix)i18n/en/docusaurus-plugin-content-docs-zennoposter/current/Hello/What_ZennoPoster_Consists_Of.mdx(BOM fix)Statistics:
devbranch