3.1 Documentation Updates (#4318)

* Updating Nodes documentation

* Restructured nodes docs

* Comfy to Invoke Overview

* Corrections to Comfy -> Invoke Mappings

* Adding GA4 to docs

* Hiding CLI status

* Node doc updates

* File path updates

* Updates based on lstein's feedback

* Fix broken links

* Fix broken links

* Update comfy to invoke nodes list

* Updated prompts documenation

* Fix formatting
This commit is contained in:
Millun Atluri
2023-08-25 11:59:46 +10:00
committed by GitHub
parent 44b6adfb9f
commit 4ee65d179c
25 changed files with 435 additions and 392 deletions

View File

@ -0,0 +1,7 @@
document$.subscribe(function() {
var tables = document.querySelectorAll("article table:not([class])")
tables.forEach(function(table) {
new Tablesort(table)
})
})