Skip to content

Commit c118c93

Browse files
shakyShaneShane Osbourne
and
Shane Osbourne
authored
Docs support for special pages & better organisation (#330)
* Docs support for special pages & better organisation * linting * rebasing * added a more realistic starting point for docs --------- Co-authored-by: Shane Osbourne <[email protected]>
1 parent 8ea2678 commit c118c93

26 files changed

+820
-27
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ docs/
33
lib/
44
Sources/ContentScopeScripts/dist/
55
integration-test/extension/contentScope.js
6+
packages/special-pages/pages/**/public

inject/android.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
22
* @module Android integration
3+
* @category Content Scope Scripts Integrations
34
*/
45
/* global contentScopeFeatures */
56
import { processConfig, isGloballyDisabled } from './../src/utils'

inject/apple.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
22
* @module Apple integration
3+
* @category Content Scope Scripts Integrations
34
*/
45
/* global contentScopeFeatures */
56

inject/chrome-mv3.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
22
* @module Chrome MV3 integration
3+
* @category Content Scope Scripts Integrations
34
*/
45
/* global contentScopeFeatures */
56

inject/chrome.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
22
* @module Chrome integration
3+
* @category Content Scope Scripts Integrations
34
*/
45
import { isTrackerOrigin } from '../src/trackers'
56

inject/integration.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
/**
2-
* @module Testing integration
3-
*/
4-
51
/* global contentScopeFeatures */
62
function getTopLevelURL () {
73
try {

inject/mozilla.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
22
* @module Mozilla integration
3+
* @category Content Scope Scripts Integrations
34
*/
45
/* global contentScopeFeatures */
56
import { isTrackerOrigin } from '../src/trackers'

inject/windows.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
22
* @module Windows integration
3+
* @category Content Scope Scripts Integrations
34
*/
45
/* global contentScopeFeatures */
56
import { processConfig, isGloballyDisabled, windowsSpecificFeatures } from './../src/utils'

0 commit comments

Comments
 (0)