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
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
This repository contains the source files for the Prebid.js documentation site at [Prebid.org](https://prebid.org).
2
2
3
-
Please see the sections below for more information.
3
+
Please see the sections below for more information:
4
4
5
5
+[Contributing](#contributing)
6
6
+[License](#license)
@@ -14,7 +14,7 @@ Please see the sections below for more information.
14
14
15
15
## Contributing
16
16
17
-
Thanks in advance for your contribution! Contributors are listed in the **Thanks** section below.
17
+
Thanks in advance for your contribution!
18
18
19
19
For smaller changes, such as fixing a typo or adding a new section to an existing page, submit a pull request.
20
20
@@ -33,7 +33,7 @@ All docs are under the license shown in the `LICENSE` file in this directory.
33
33
34
34
## Prerequisites
35
35
36
-
The site uses [Jekyll](https://jekyllrb.com/), which is written in the [Ruby](https://www.ruby-lang.org/en/) language.
36
+
The site is hosted on GitHub pages, and uses [Jekyll](https://jekyllrb.com/) to generate the HTML. Jekyll is written in the [Ruby](https://www.ruby-lang.org/en/) language.
37
37
38
38
1. follow the instructions at https://jekyllrb.com/docs/installation/ for your OS
39
39
1. gem install github-pages
@@ -42,7 +42,7 @@ The site uses [Jekyll](https://jekyllrb.com/), which is written in the [Ruby](ht
42
42
For CSS, the site uses Laravel Mix to build CSS from Sass (scss-flavored) source files. Under the hood Laravel Mix uses Webpack.
43
43
44
44
1. follow the instructions at https://nodejs.dev to install Node.js for your OS
45
-
1.`npm install` to install packages for building assets
45
+
1.`npm ci` to install packages for building assets
46
46
1. build assets as described below
47
47
48
48
<aname="running-jekyll-locally" />
@@ -53,20 +53,22 @@ Before submitting a pull request, you should run the site locally to make sure y
53
53
54
54
To get started editing the site and seeing your changes, clone this repo and enter the following commands in your terminal:
0 commit comments