Skip to content

Commit e0ce2ad

Browse files
committed
docs: remove Builder page
Delete docs/advanced/builds.md, its sidebar entry, and the link from the renaming page. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01J3CfpdPhr5mMXJGfmhCaLf
1 parent 666c45f commit e0ce2ad

3 files changed

Lines changed: 0 additions & 17 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ export default defineConfig({
342342
{ text: "Add-ons", link: "/advanced/addons" },
343343
{ text: "Downporting", link: "/advanced/downporting" },
344344
{ text: "Renaming", link: "/advanced/renaming" },
345-
{ text: "Build Process", link: "/advanced/builds" },
346345
{ text: "Local Setup", link: "/advanced/local" },
347346
{ text: "RFC Connector", link: "/advanced/rfc" },
348347
{ text: "HTTP Connector", link: "/advanced/http" },

docs/advanced/builds.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/advanced/renaming.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ The [abap2UI5-renamed](https://github.com/abap2UI5/abap2UI5-renamed) repository
4141

4242
That's it — abap2UI5 now runs under your custom namespace, side by side with any other installation. Consider extending the GitHub Action to automate the process even further, e.g., pulling a fresh release on a regular schedule.
4343

44-
For a ready-made pipeline that builds a renamed release with your chosen add-ons included, see the [Builder](/advanced/builds).
45-
4644
#### Renaming in Practice: ajson
4745
abap2UI5 itself relies on this feature: its JSON handling comes from the open-source project [ajson](https://github.com/sbcgua/ajson), which is integrated under the `z2ui5` namespace via renaming — so there are no collisions if you pull both abap2UI5 and ajson separately into the same system. A GitHub Action in the [mirror-ajson](https://github.com/abap2UI5/mirror-ajson) repository checks weekly for upstream changes and automatically creates a pull request with the latest ajson version renamed to `z2ui5`. abapGit bundles ajson under its own namespace the same way — renaming with abaplint also makes it possible to integrate open-source projects into each other.
4846

0 commit comments

Comments
 (0)