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
All Dyte repos are governed by our Community Participation Guidelines, available at: https://dyte.notion.site/dyte/Dyte-Community-Participation-Guidelines-CPG-4b3af58fdf3545c2a3065773a9154728
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,7 @@
5
5
1. Make your changes, and make sure the site still builds.
6
6
1. Push to your fork and [submit a pull request][compare] from your branch to `master`
7
7
1. Pat yourself on the back and wait for your pull request to be reviewed.
8
-
1.*Here are a few things you have to do:*
8
+
1._Here are a few things you have to do:_
9
9
- Write a good commit message.
10
10
- Follow the style guide where possible.
11
11
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Our website can be found at `https://easifem.github.io/`, but we want to use cus
54
54
55
55
We will use `deploy` command that helps you deploy your site from the source branch to the deployment branch in one command: clone, build, and commit.
56
56
57
-
First we need to configure our project by modyfing `docusaurus.config.js` file. We need to set the
57
+
First we need to configure our project by modyfing `docusaurus.config.js` file. We need to set the
58
58
59
59
-`organizationName`, The GitHub user or organization name.
60
60
-`projectName`, The name of the deployment repository.
@@ -63,9 +63,9 @@ First we need to configure our project by modyfing `docusaurus.config.js` file.
63
63
In this repository we have set the following parameters in `docusaurus.config.js` file:
64
64
65
65
```js
66
-
organizationName:"easifem",
67
-
projectName:"easifem.github.io",
68
-
deploymentBranch:"gh-pages",
66
+
organizationName:"easifem",
67
+
projectName:"easifem.github.io",
68
+
deploymentBranch:"gh-pages",
69
69
```
70
70
71
71
Note that GitHub Pages adds a trailing slash to Docusaurus URLs by default. Therefore, we have set `trailingSlash` to `false` in `docusaurus.config.js` file. This is important for the website to work properly.
0 commit comments