You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Docs Website
2
2
3
-
This is the home of the [bpftrace docs](https://docs.bpftrace.org) website. The site itself is built using [Docusaurus](https://docusaurus.io/) with the `main` branch hosting the content and the `gh-pages` branch hosting the actual static content that is served through the GitHub pages infrastructure.
3
+
This is the home of the [bpftrace docs](https://docs.bpftrace.org) website. The site itself is built using [Docusaurus](https://docusaurus.io/) with the `master` branch hosting the content and the `gh-pages` branch hosting the actual static content that is served through the GitHub pages infrastructure.
4
4
5
5
Steps to develop, test and deploy website changes:
6
6
@@ -15,5 +15,5 @@ Steps to develop, test and deploy website changes:
15
15
- Test your changes locally defaults to `localhost:3000`:
16
16
- `npm start`
17
17
18
-
- If everything is OK, push your branch, create a PR and merge to main.
18
+
- If everything is OK, push your branch, create a PR and merge to master.
0 commit comments