Skip to content

Update and add AssemblyScript code in docs #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

JairusSW
Copy link
Member

@JairusSW JairusSW commented Jun 30, 2025

This PR fixes several issues with the existing documentation.

Please note that this is in draft stage atm

  1. Re-adds updated and fixed AssemblyScript examples to the documentation
  2. Updates existing references to deprecated AssemblyScript code
  3. Creates new examples based off of the existing go examples
  4. Small fixes here and there

View it here: https://hypermode-jairus-hyp-3527-repair-and-add-assemblyscript-exa.mintlify.app/modus

@JairusSW JairusSW requested a review from a team as a code owner June 30, 2025 20:20
Copy link

linear bot commented Jun 30, 2025

@JairusSW JairusSW requested review from danstarns and removed request for a team June 30, 2025 20:20
@JairusSW JairusSW marked this pull request as draft June 30, 2025 20:20
@JairusSW
Copy link
Member Author

JairusSW commented Jun 30, 2025

FYI, formatting seems to mess up a whole lot of things especially for Go, so if you see any ugly formatting, it wasn't my intention for that to get pushed.

It's wanting to inline everything. For example,

type WeatherIntel struct {
  City        string  `json:"city"`
  Temperature float64 `json:"temperature"`
  Conditions  string  `json:"conditions"`
  Analysis    string  `json:"analysis"`
}

Formats to, well, this goop

type WeatherIntel struct { City string `json:"city"` Temperature float64
`json:"temperature"` Conditions string `json:"conditions"` Analysis string
`json:"analysis"` }

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

Successfully merging this pull request may close these issues.

1 participant