Skip to content

Commit

Permalink
🚜 Move sse transport into the correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
wesen committed Jan 26, 2025
1 parent 8e06d1f commit b571b60
Show file tree
Hide file tree
Showing 8 changed files with 1,009 additions and 2 deletions.
14 changes: 14 additions & 0 deletions cmd/tools/test-html-selector/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
package main

import (
"embed"

"github.com/go-go-golems/glazed/pkg/help"
)

//go:embed doc/general-topics/*.md
var docFS embed.FS

func AddDocToHelpSystem(helpSystem *help.HelpSystem) error {
return helpSystem.LoadSectionsFromFS(docFS, ".")
}
Loading

0 comments on commit b571b60

Please sign in to comment.