docs: add Akash SDL community contribution guide#1201
Open
listersb wants to merge 1 commit into
Open
Conversation
Adds a beginner-oriented walkthrough of the Akash SDL format to the Community Contributions collection, contributed by Rodri. Successor to akash-network#1097, which bundled this guide together with an unrelated OpenClaw guide that had missing image references and was blocking CI. This PR ships only the SDL guide, which is build-clean on its own. Co-Authored-By: Rodri <rochas.dev@hotmail.com> Signed-off-by: Sam Lister <listersb@gmail.com>
Open
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
src/content/Community_Contributions_Page/akash-sdl-guide/.Context — why a new PR
#1097 bundled this SDL guide with an unrelated OpenClaw skills guide and went through a long, messy iteration cycle (~14 commits, multiple folder moves, two author identities, DCO round-trip). The OpenClaw portion of that PR is currently breaking CI because
./images/image1.pngand./images/image10.pngare referenced from the markdown but were never committed to the branch:Rather than try to untangle that branch, this PR re-submits only the SDL guide portion, which is build-clean on its own, as a single conventional commit.
Credit for the content goes entirely to Rodri (@rodri-r) — preserved via
Co-Authored-By:on the commit and thecontributors:frontmatter field. Once this lands, #1097 can be closed.Changes vs. #1097's SDL guide
link: ""from frontmatter. The guide appears to be original-to-this-site (no external "original post" exists), so the field is omitted — matching the pattern incloud-war/index.md. This also suppresses the "Read Original Post" button on the detail page (src/pages/community/contributions/[slug].astro:84), which would otherwise have linked to an empty URL.pubDateto2026-05-17(today) so the entry sorts correctly on the contributions index.Verification
npm run buildpasses locally (588 pages, 147s); page renders atdist/community/contributions/akash-sdl-guide/index.html.communityContributionsSchema(src/utils/schema/communityContributions.ts).bannerImage: ./project-banner.png, which is committed.Test plan
/community/contributions/akash-sdl-guide/with banner image./community/contributions/index, sorted bypubDate.linkis omitted).