feat: add developer documentation as new Antora module#1239
Draft
DeepDiver1975 wants to merge 1 commit intomasterfrom
Draft
feat: add developer documentation as new Antora module#1239DeepDiver1975 wants to merge 1 commit intomasterfrom
DeepDiver1975 wants to merge 1 commit intomasterfrom
Conversation
Converts the developer-focused docs from owncloud/ocis (docs/ folder) into a new `developer` Antora module within this repo. Source was Hugo/Markdown; all 212 pages have been converted to AsciiDoc with Hugo shortcodes mapped to their AsciiDoc equivalents (hint blocks, figure macros, cross-references, code fences). Images are preserved under modules/developer/images/. Navigation is defined in modules/developer/partials/nav.adoc and registered in antora.yml. Sections covered: oCIS core, Architecture Decision Records, Flow Docs, Storage, Development guides, APIs (HTTP/gRPC), CLI Commands, Clients, Services (38 services), Service-Independent config, Releasing guide. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
owncloud/ocis(docs/folder) into a newdeveloperAntora module within this repomodules/developer/partials/nav.adocand registered inantora.ymlWhat's included
modules/developer/images/Conversion notes
{{< hint >}}→ AsciiDoc admonition blocks ([NOTE],[WARNING],[CAUTION]){{< figure >}}→image::macros with corrected paths relative tomodules/developer/images/{{< include file="..." >}}referencing auto-generated_includes/files are marked with// AUTO-GENERATED CONTENT:comments — these would need wiring up separately_index.md→index.adocthroughout{{< ref >}}toxref:Test plan
npx antora site.ymland verify the developer module renders🤖 Generated with Claude Code