Skip to content

[scripts] (feat/scripts): Implement scripts in golang. - #208

Open
hazratali-uydevelopers wants to merge 1 commit into
NesoHQ:masterfrom
hazratali-uydevelopers:feat/scripts
Open

[scripts] (feat/scripts): Implement scripts in golang.#208
hazratali-uydevelopers wants to merge 1 commit into
NesoHQ:masterfrom
hazratali-uydevelopers:feat/scripts

Conversation

@hazratali-uydevelopers

Copy link
Copy Markdown
Contributor

📘 Description

This PR replaces the old shell scripts with a new Go-based package that replicates the same functionality.
All previous shell operations are now implemented in Go for better cross-platform support, improved error handling, and easier maintenance.
The new Go scripts handle setup, index generation, building, and serving the documentation pipeline seamlessly without relying on external shell environments.

📂 Related Issue

🚀 Changes Made

  • Added in /scripts/docs folder
    ├── build.go
    ├── generate_index.go
    ├── go.mod
    ├── main.go
    ├── README.md
    ├── serve.go
    └── setup.go
    -Updated the makefile

✅ Checklist

  • [ ✅ ] Follows contribution guidelines
  • [ ✅ ] Uses correct Markdown format
  • [ ✅ ] Tested rendering in preview

@cla-assistant

cla-assistant Bot commented Aug 12, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@cla-assistant

cla-assistant Bot commented Aug 12, 2025

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@geomachine

Copy link
Copy Markdown
Collaborator

sign the CLA

@hazratali-uydevelopers

Copy link
Copy Markdown
Contributor Author

sign the CLA

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants