Skip to content

Conversation

@JairusSW
Copy link

@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 June 30, 2025 20:20
@linear
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
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.

2 participants