Skip to content

Commit

Permalink
docs(pgs): copy
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Feb 25, 2024
1 parent b0b77f4 commit 98f0981
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,11 @@ func main() {
Children: []*pdocs.Sitemap{
pdocs.AnchorTagSitemap("CLI Reference"),
pdocs.AnchorTagSitemap("What file types are supported"),
pdocs.AnchorTagSitemap("user-defined-redirects"),
pdocs.AnchorTagSitemap("single-page-applications"),
pdocs.AnchorTagSitemap("Custom Redirects"),
pdocs.AnchorTagSitemap("Single-Page Applications"),
pdocs.AnchorTagSitemap("Custom Headers"),
pdocs.AnchorTagSitemap("Reserved Username Project"),
pdocs.AnchorTagSitemap("Content Security Policy"),
},
},
{
Expand Down
4 changes: 2 additions & 2 deletions posts/pgs.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ map
webmanifest
```

# User-defined Redirects
# Custom Redirects

We support custom redirects via a special file `_redirects`.

Expand All @@ -152,7 +152,7 @@ We support SPAs! Upload a `_redirects` file to your project:
/* /index.html 200
```

# User-defined Headers
# Custom Headers

We support custom headers via a special file `_headers`.

Expand Down

0 comments on commit 98f0981

Please sign in to comment.