...
This commit is contained in:
		| @@ -18,7 +18,7 @@ The DocTree package provides functionality for managing collections of markdown | ||||
| ### Creating a DocTree | ||||
|  | ||||
| ```go | ||||
| import "github.com/freeflowuniverse/heroagent/pkg/doctree" | ||||
| import "git.ourworld.tf/herocode/heroagent/pkg/doctree" | ||||
|  | ||||
| // Create a new DocTree with a path and name | ||||
| dt, err := doctree.New("/path/to/collection", "My Collection") | ||||
|   | ||||
| @@ -7,7 +7,7 @@ import ( | ||||
| 	"path/filepath" | ||||
| 	"strings" | ||||
|  | ||||
| 	"github.com/freeflowuniverse/heroagent/pkg/tools" | ||||
| 	"git.ourworld.tf/herocode/heroagent/pkg/tools" | ||||
| ) | ||||
|  | ||||
| // Collection represents a collection of markdown pages and files | ||||
|   | ||||
| @@ -5,7 +5,7 @@ import ( | ||||
| 	"context" | ||||
| 	"fmt" | ||||
|  | ||||
| 	"github.com/freeflowuniverse/heroagent/pkg/tools" | ||||
| 	"git.ourworld.tf/herocode/heroagent/pkg/tools" | ||||
| 	"github.com/redis/go-redis/v9" | ||||
| 	"github.com/yuin/goldmark" | ||||
| 	"github.com/yuin/goldmark/extension" | ||||
|   | ||||
| @@ -4,7 +4,7 @@ import ( | ||||
| 	"fmt" | ||||
| 	"strings" | ||||
|  | ||||
| 	"github.com/freeflowuniverse/heroagent/pkg/tools" | ||||
| 	"git.ourworld.tf/herocode/heroagent/pkg/tools" | ||||
| ) | ||||
|  | ||||
| // Global variable to track the current DocTree instance | ||||
|   | ||||
		Reference in New Issue
	
	Block a user