lalli-oni / nushell-modules

Nushell module scripts
1 stars 0 forks source link

Publish GitHub pages #3

Closed lalli-oni closed 1 year ago

lalli-oni commented 1 year ago

I want to include an easy to use nushell cookbook with references.

Would be cool to have the pages generated from the live code and/or code comments. With some kind of code indexing and preview.

lalli-oni commented 1 year ago

There are some issues with this native SPA approach. Arguably nothing critical for now.

  1. No lazy loading of content
  2. Non native HTTP routing using # hashes
  3. No data binding (perhaps unneeded)
  4. (need to research) HTML importing of the .nu files for parsing and docs generation
  5. Typescript?
  6. No support for multi tiered routing i.e. how to route /modules/testing/test-runner
lalli-oni commented 1 year ago

Leaving out changes to GH Actions build process from v0.1.