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
+9-16Lines changed: 9 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
## Introduction
4
4
This repository hosts the source of the OGC Developer Website https://developer.ogc.org
5
5
6
-
Currently, the website is served from the [gh-pages](https://github.com/opengeospatial/developer-website/tree/gh-pages) branch.
6
+
Currently, the website is served from the [gh-pages](https://github.com/opengeospatial/developer-website/tree/gh-pages) branch. Read [this note](#note-about-publishing-the-website), to understand how the website is generated.
7
7
8
-
## Version 2.0
8
+
## Version 3.0
9
9
This is now the main version.
10
10
11
11
Install:
@@ -16,25 +16,18 @@ Run locally (includes development server):
16
16
17
17
`npm start`
18
18
19
-
Generate static build:
19
+
### Note about Publishing the Website
20
20
21
-
`npm run build`
21
+
Commit all your changes to the `master` branch. **The `gh-pages` branch will be wiped each time, and generated dynamically from [GitHub actions](https://github.com/opengeospatial/developer-website/actions/)**. Apart from copying the static build, the action will copy the `api` folder and pull remote repos that live under `developer.ogc.org`. If you need to add anything else, just edit the [workflow file](https://github.com/opengeospatial/developer-website/blob/master/.github/workflows/main.yml) directly.
This website is a live project and we welcome contributions from the community! If you have suggestions for improvements, found a bug, or want to add new features, feel free to:
26
26
27
-
Forced update:
27
+
* Open an [issue](https://github.com/opengeospatial/developer-website/issues) to start a discussion
28
+
* Submit a [pull request](https://github.com/opengeospatial/developer-website/pulls) with your proposed changes
0 commit comments