Skip to content

docs: add URL encoding guidance for ZennoBrowser API and fix ZennoPoster navigation links#52

Merged
djaga-ru merged 2 commits intomainfrom
dev
Feb 5, 2026
Merged

docs: add URL encoding guidance for ZennoBrowser API and fix ZennoPoster navigation links#52
djaga-ru merged 2 commits intomainfrom
dev

Conversation

@djaga-ru
Copy link
Copy Markdown
Collaborator

@djaga-ru djaga-ru commented Feb 5, 2026

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:

  • New section "Parameter Encoding (URL Encoding)" with warning about special characters
  • Specific example: screen=HD+screen=HD%2B (incorrect vs. correct)
  • Reference table of 7 special characters with encoded values (+, space, &, =, ?, /, :)
  • Implementation examples for C# (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:

  • Changed from relative ../ProjectMaker/.../Operations_on_Tables to absolute /zennoposter/ProjectMaker/.../Operations_on_Tables
  • Removed UTF-8 BOM markers from front matter in 4 files

Files 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:

  • 6 files changed: 103 insertions(+), 7 deletions(-)
  • 2 commits from dev branch

- 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
@djaga-ru djaga-ru self-assigned this Feb 5, 2026
@djaga-ru djaga-ru added the documentation Improvements or additions to documentation label Feb 5, 2026
@djaga-ru djaga-ru merged commit 39d483b into main Feb 5, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant