forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add markdown lint step (prebid#4646)
* Add markdown lint step * Fix a lot of tabs and code hightlighs * Replace cross-player-communication html with markdown * Add markdownlintignore and batch of fixes * Use markdownlint-cli directly * Correct docker image version * Add missing markdownlint param * Run markdownlint --fix * Fix bunch of linting errors and ignore dev-docs * Add description about markdownlint
- Loading branch information
Showing
539 changed files
with
3,227 additions
and
2,952 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Continuous Integration | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- master | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
markdownlint: | ||
name: run markdownlint | ||
runs-on: ubuntu-latest | ||
container: ghcr.io/igorshubovych/markdownlint-cli:v0.35.0 | ||
steps: | ||
- uses: actions/checkout@master | ||
- name: markdownlint-cli | ||
run: | | ||
markdownlint --config .markdownlint.json --ignore-path .markdownlintignore "**/*.md" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"default": true, | ||
"MD013": false, | ||
"MD024": false, | ||
"MD025": false, | ||
"MD033": false, | ||
"MD036": false | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# These files should not be linted | ||
README.md | ||
_includes/ | ||
vendor/ | ||
node_modules/ | ||
|
||
# Directories which remain to be fixed | ||
dev-docs/ | ||
faq/ | ||
examples/ | ||
partners/ | ||
prebid-mobile/ | ||
prebid-server/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,9 +11,9 @@ isNavParent: true | |
|
||
<div class="bs-docs-section" markdown="1"> | ||
|
||
#Best Practices | ||
# Best Practices | ||
|
||
#### Best Practices Listserv | ||
## Best Practices Listserv | ||
|
||
Stay informed of publisher best practices for header bidding and the latest for prebid.js. | ||
|
||
|
@@ -23,68 +23,64 @@ Stay informed of publisher best practices for header bidding and the latest for | |
<input type="text" class="form-control" id="email-field" placeholder="Email" required> | ||
</div> | ||
<div class="form-group"> | ||
<button class="btn btn-primary" id="submit-email" onclick="submitEmail()">Join Best Practices Group</button> | ||
</div> | ||
<button class="btn btn-primary" id="submit-email" onclick="submitEmail()">Join Best Practices Group</button> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
<div class="bs-docs-section" markdown="1"> | ||
|
||
#Contact Companies | ||
|
||
# Contact Companies | ||
|
||
#### Share your company | ||
## Share your company | ||
|
||
If you are a publisher that'd like to be contacted by bidders, or if you're a bidder and want to share more about yourself, use the below form. Note that the information you entered here will be shared in this page after your approval. | ||
If you are a publisher that'd like to be contacted by bidders, or if you're a bidder and want to share more about yourself, use the below form. Note that the information you entered here will be shared in this page after your approval. | ||
|
||
<form class="form row" id="form-company"> | ||
|
||
<div class="form-group col-sm-12"> | ||
<div class="radio"> | ||
<label> | ||
<input type="radio" name="optionsRadios" id="company-publisher" value="company-publisher" checked> | ||
I'm a publisher | ||
</label> | ||
</div> | ||
<div class="radio"> | ||
<label> | ||
<input type="radio" name="optionsRadios" id="company-bidder" value="company-bidder"> | ||
I'm a bidder <!--(<a href="adaptor.html">Check here</a> to learn how to implement an adaptor) --> | ||
</label> | ||
</div> | ||
</div> | ||
|
||
<div class="col-sm-6"> | ||
<div class="form-group col-sm-12"> | ||
<div class="radio"> | ||
<label> | ||
<input type="radio" name="optionsRadios" id="company-publisher" value="company-publisher" checked> | ||
I'm a publisher | ||
</label> | ||
</div> | ||
<div class="radio"> | ||
<label> | ||
<input type="radio" name="optionsRadios" id="company-bidder" value="company-bidder"> | ||
I'm a bidder <!--(<a href="adaptor.html">Check here</a> to learn how to implement an adaptor) --> | ||
</label> | ||
</div> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<label>Company Name</label> | ||
<input type="name" class="form-control" id="company-name" placeholder="Name"> | ||
</div> | ||
<div class="col-sm-6"> | ||
|
||
<div class="form-group"> | ||
<label>Company Logo</label> | ||
<input class="form-control" id="company-logo" placeholder="http://company.com/image.png"> | ||
</div> | ||
<div class="form-group"> | ||
<label>Company Name</label> | ||
<input type="name" class="form-control" id="company-name" placeholder="Name"> | ||
</div> | ||
|
||
<div class="form-group"> | ||
<label>Contact Email</label> | ||
<input type="email" class="form-control" id="company-email" placeholder="Email"> | ||
</div> | ||
<div class="form-group"> | ||
<label>Company Logo</label> | ||
<input class="form-control" id="company-logo" placeholder="http://company.com/image.png"> | ||
</div> | ||
|
||
</div> | ||
<div class="form-group"> | ||
<label>Contact Email</label> | ||
<input type="email" class="form-control" id="company-email" placeholder="Email"> | ||
</div> | ||
|
||
<div class="form-group col-sm-12"> | ||
<label>Brief intro to your company</label> | ||
<textarea class="form-control" id="company-intro" rows="2" maxlength="200"></textarea> | ||
</div> | ||
|
||
</div> | ||
<div class="form-group col-sm-12"> | ||
<label>Brief intro to your company</label> | ||
<textarea class="form-control" id="company-intro" rows="2" maxlength="200"></textarea> | ||
|
||
<div class="col-sm-2"> | ||
<button class="btn btn-primary" id="submit-company">Add Company</button> | ||
</div> | ||
</div> | ||
|
||
<div class="col-sm-2"> | ||
<button class="btn btn-primary" id="submit-company">Add Company</button> | ||
</div> | ||
|
||
</form> | ||
|
||
|
@@ -93,7 +89,6 @@ If you are a publisher that'd like to be contacted by bidders, or if you're a bi | |
|
||
If you'd like to edit existing entries, email [email protected]. | ||
|
||
|
||
### "Bidder" Companies | ||
|
||
If you'd like to edit existing entries, email [email protected]. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ sidebarType: 3 | |
--- | ||
|
||
# General Ad Server Prebid Setup | ||
|
||
{: .no_toc } | ||
|
||
* TOC | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.