FEEDBACK NEEDED: new RouterOS documentation

Good suggestions Amm0, we will think about them one by one.

Added the docusaurus-plugin-llms plugin to the RouterOS documentation build. On every site build it now auto-generates LLM-friendly versions of all 558 doc pages alongside the normal site. No content was changed; this is purely an additional output.

Where it lives on the public site (https://manual.mikrotik.com):

https://manual.mikrotik.com/llms.txt

Index file (~98 KB) — title + link to every doc page, following the llmstxt.org standard.

https://manual.mikrotik.com/llms-full.txt

The entire documentation as one plain-text file (~5 MB) for bulk ingestion.

https://manual.mikrotik.com/docs/.../page.md

Every individual page also available as raw Markdown (just add .md to any doc URL).

How to use it:

  • For AI tools/agents (Claude, ChatGPT, etc.): point them at /llms.txt to discover the docs, or feed /llms-full.txt for the complete corpus.
  • For a single page: append .md to its URL to get clean Markdown instead of HTML.
  • For training crawlers: robots.txt now explicitly welcomes the major AI crawlers (ClaudeBot, GPTBot, PerplexityBot, Google-Extended, CCBot, and others) and points them to llms.txt.

(these changes will go live tomorrow).