Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 10, 2025
1 parent ce703c3 commit ec2495a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion template_versioned_docs/version-slim_v2.x.x/html/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func main() {

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

// Pass the engine to the Views
app := fiber.New(fiber.Config{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"tutorialSidebar": [
"left_sidebar": [
{
"type": "autogenerated",
"dirName": "."
Expand Down

0 comments on commit ec2495a

Please sign in to comment.