Skip to content

Commit f5f2623

Browse files
1 parent 6984d6d commit f5f2623

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template_versioned_docs/version-html_v2.x.x/html/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func main() {
7272

7373
// Or from an embedded system
7474
// See github.com/gofiber/embed for examples
75-
// engine := html.NewFileSystem(http.Dir("./views", ".html"))
75+
// engine := html.NewFileSystem(http.Dir("./views"), ".html")
7676

7777
// Pass the engine to the Views
7878
app := fiber.New(fiber.Config{

template_versioned_sidebars/version-html_v2.x.x-sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tutorialSidebar": [
2+
"left_sidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

0 commit comments

Comments
 (0)