Skip to content

Commit

Permalink
Docs support for special pages & better organisation (#330)
Browse files Browse the repository at this point in the history
* Docs support for special pages & better organisation

* linting

* rebasing

* added a more realistic starting point for docs

---------

Co-authored-by: Shane Osbourne <[email protected]>
  • Loading branch information
shakyShane and Shane Osbourne authored Mar 22, 2023
1 parent 8ea2678 commit c118c93
Show file tree
Hide file tree
Showing 26 changed files with 820 additions and 27 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ docs/
lib/
Sources/ContentScopeScripts/dist/
integration-test/extension/contentScope.js
packages/special-pages/pages/**/public
1 change: 1 addition & 0 deletions inject/android.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @module Android integration
* @category Content Scope Scripts Integrations
*/
/* global contentScopeFeatures */
import { processConfig, isGloballyDisabled } from './../src/utils'
Expand Down
1 change: 1 addition & 0 deletions inject/apple.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @module Apple integration
* @category Content Scope Scripts Integrations
*/
/* global contentScopeFeatures */

Expand Down
1 change: 1 addition & 0 deletions inject/chrome-mv3.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @module Chrome MV3 integration
* @category Content Scope Scripts Integrations
*/
/* global contentScopeFeatures */

Expand Down
1 change: 1 addition & 0 deletions inject/chrome.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @module Chrome integration
* @category Content Scope Scripts Integrations
*/
import { isTrackerOrigin } from '../src/trackers'

Expand Down
4 changes: 0 additions & 4 deletions inject/integration.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
/**
* @module Testing integration
*/

/* global contentScopeFeatures */
function getTopLevelURL () {
try {
Expand Down
1 change: 1 addition & 0 deletions inject/mozilla.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @module Mozilla integration
* @category Content Scope Scripts Integrations
*/
/* global contentScopeFeatures */
import { isTrackerOrigin } from '../src/trackers'
Expand Down
1 change: 1 addition & 0 deletions inject/windows.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @module Windows integration
* @category Content Scope Scripts Integrations
*/
/* global contentScopeFeatures */
import { processConfig, isGloballyDisabled, windowsSpecificFeatures } from './../src/utils'
Expand Down
Loading

0 comments on commit c118c93

Please sign in to comment.