Commit Graph

63 Commits (2192525c7ca3b96b15ae11142e2fa7a08b28f908)
 

Author SHA1 Message Date
Zed A. Shaw 2192525c7c Basic docs for the logging for clients. 1 year ago
Zed A. Shaw 208568c662 Quick docs for livestream since they're more internal. 1 year ago
Zed A. Shaw 861f24b2c2 The client/helpers.js is now documented. 1 year ago
Zed A. Shaw dae5f77d44 Documenting the config.js too. 1 year ago
Zed A. Shaw a58a4d0310 Documenting client/assert.js and client/fsm.js 1 year ago
Zed A. Shaw 85830853ad Documented the client/api.js file. That's mostly the whole system documented. 2 years ago
Zed A. Shaw ded2719236 Testing helpers are done. 2 years ago
Zed A. Shaw 5dfa9ebc6b More documentation, almost done with everything in lib. 2 years ago
Zed A. Shaw fcb4c232a7 eslint is kind of dumb about for-loops. 2 years ago
Zed A. Shaw c0524320da Documenting builderator.js and cleaned it up. 2 years ago
Zed A. Shaw 85faefc5c1 Document the blog.js file but also just remove index() since it just called load. 2 years ago
Zed A. Shaw 233aae8662 Documented the auth system. 2 years ago
Zed A. Shaw 253d5b5b9f Move the jump index to the top of the page for faster access. 2 years ago
Zed A. Shaw 917945e82c lib/api.js now mostly documented. 2 years ago
Zed A. Shaw e9d744f30a More docs to the lib/api.js 2 years ago
Zed A. Shaw b1f443ff37 Adopt the standard that DANGER_ADMIN must equal '1' exactly, so DANGER_ADMIN==='1' is the only wayt to use it. 2 years ago
Zed A. Shaw 223bef5525 Starting the docs for the lib/api.js. 2 years ago
Zed A. Shaw bd6e6220b2 No footer needed on this page. 2 years ago
Zed A. Shaw 399454f5c1 Quick fix to some spacing issues on headers inside the @html. I might need to fix this in the main global.css. 2 years ago
Zed A. Shaw fea93cb1bf Add some simple stats at the end to help with progress, but give a --quiet option if you don't want that. 2 years ago
Zed A. Shaw 80916c6a03 More documentation, and a display of the status of each file's docs quality. It also includes detecting CAPS words like TODO, BUG, and showing a small icon next to each function. 2 years ago
Zed A. Shaw 53eca88150 Mark anything with no comments in the UI so it's easy to find them and work on them. 2 years ago
Zed A. Shaw 2e2c7c35fb Add little icons to the toc at the top to easily identify any comments mentioning TODO, BUG, WARNING, FOOTGUN, or DEPRECATED. 2 years ago
Zed A. Shaw 372be19301 Make it possible to jump to sections you need and back to the top. 2 years ago
Zed A. Shaw e4b94a8041 Document the lib/models.js header, and a slight fix for links not getting their style in the included html from Svelte. See https://github.com/sveltejs/svelte/issues/2967 2 years ago
Zed A. Shaw eba5034c8e More documentation. 2 years ago
Zed A. Shaw 6f49bc2455 First module fully documented is lib/ormish.js 2 years ago
Zed A. Shaw ff28e3febc Better visual design with classes separated out. 2 years ago
Zed A. Shaw 2ac767b858 DocsBrowser is looking nice and I'm actually doing the docs for one file to work on the design more. 2 years ago
Zed A. Shaw ba8c6064fe DocsBrowser now works half decent, just need to actually complete the docs on a few samples to work out the more complete look. 2 years ago
Zed A. Shaw 7463cce5f5 Bring the code doc into the admin panel, and compensate for various ways to specify the input paths in codedocs.js 2 years ago
Zed A. Shaw ea88de1b81 Fix the weirdness with esbuild definition variables. Apparently it's even worse than enforcing a type, but now it requires a string in the setting in build.js, but turns that into code. 2 years ago
Zed A. Shaw a0c342d131 Docs browser now renders better. 2 years ago
Zed A. Shaw 28cfe55921 Code docs output is serviceable and there's a UI now. 2 years ago
Zed A. Shaw 5651b770ce Upgrade packages, migrating to discord latest and esbuild latest. Tested on windows by not OSX or Linux. 2 years ago
Zed A. Shaw 0c653ac6f4 A first attempt at a replacement for jsdoc. 2 years ago
Zed A. Shaw 0c874a0322 First quick documentation to get people started. Need to do a video next. 2 years ago
Zed A. Shaw 4c657e83e6 Admin links weren't reloading because Svelte. 2 years ago
Zed A. Shaw aeedbf4958 Fix the links on the bando pop-up. 2 years ago
Zed A. Shaw 5119e0be0e Command line tool for generating djenterator templates instead of using the web interface. 2 years ago
Zed A. Shaw 81bcff0441 Accidentally included the stuff for LJSTHW in the demo page registration. 2 years ago
Zed A. Shaw b5c6f92721 Fix the docgen to use prism as a cjs file instead. 2 years ago
Zed A. Shaw 9533f4faf7 Fix the error reporting on builds and reloading when there's an error. 2 years ago
Zed A. Shaw 1df0c38e05 Djentorator is back in a basic UI that will work but isn't very optimal. 2 years ago
Zed A. Shaw fb24826fd3 Need a slight mod to the CSS so that icons and the tooltips are not exanding. 2 years ago
Zed A. Shaw fb4d72936c Make the Icon demo more useful by showing the code that makes the icon. 2 years ago
Zed A. Shaw 49deb9f9cf Bring over the eslint I use. 2 years ago
Zed A. Shaw 7c6c810efc Bring back the docs for components and improve the Icon demo. 2 years ago
Zed A. Shaw 17e05130e3 Need a nasty little handler to catch people (reasonably so) typing in localhost instead of 127.0.0.1. This is needed because socket.io defaults to IPVv6 on Node 18 for some reason, and probably others. 2 years ago
Zed A. Shaw 375d7a2d80 Most localhost to 127.0.0.1 conversions. I hate IPv6. 2 years ago