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
@@ -20,16 +20,16 @@ For smaller changes, such as fixing a typo or adding a new section to an existin
20
20
21
21
For larger changes such as reorganizing the site and moving/removing content, you may want to open an issue so we can discuss the work beforehand. This is a good idea because:
22
22
23
-
+ We want to value your time, so you don't do unnecessary work
24
-
+ We want to value our users' time; we don't want to break links and bookmarks for users
23
+
* We want to value your time, so you don't do unnecessary work
24
+
* We want to value our users' time; we don't want to break links and bookmarks for users
25
25
26
-
<aname="license" />
26
+
<aname="license"></a>
27
27
28
28
## License
29
29
30
30
All docs are under the license shown in the `LICENSE` file in this directory.
31
31
32
-
<aname="prerequisites" />
32
+
<aname="prerequisites"></a>
33
33
34
34
## Prerequisites
35
35
@@ -45,7 +45,7 @@ For CSS, the site uses Laravel Mix to build CSS from Sass (scss-flavored) source
45
45
1.`npm ci` to install packages for building assets
46
46
1. build assets as described below
47
47
48
-
<aname="running-jekyll-locally" />
48
+
<aname="running-jekyll-locally"></a>
49
49
50
50
## Running Jekyll Locally
51
51
@@ -54,13 +54,12 @@ Before submitting a pull request, you should run the site locally to make sure y
54
54
To get started editing the site and seeing your changes, clone this repo and enter the following commands in your terminal:
Open the `Server address` URL in your browser, and you should see a locally running copy of the site.
79
78
80
-
<aname="building-assets"/>
79
+
<aname="building-assets"></a>
81
80
82
81
## Building Assets
83
82
84
-
-`npm run dev` to build unminified CSS for development
85
-
-`npm run prod` to build minified CSS for production
86
-
-`npm run watch` to use [Browsersync](https://browsersync.io) to rebuild CSS on demand and reload the browser
83
+
*`npm run dev` to build unminified CSS for development
84
+
*`npm run prod` to build minified CSS for production
85
+
*`npm run watch` to use [Browsersync](https://browsersync.io) to rebuild CSS on demand and reload the browser
87
86
88
87
## The Downloads Page
89
88
@@ -98,7 +97,7 @@ The Downloads page is generated from [the Markdown bidder adapter docs](https://
98
97
99
98
This means an adaptor is not available to download from Prebid.org as soon as the code gets merged into Prebid.js - it will be available after the next release (usually in a couple of weeks).
0 commit comments