Skip to content

Commit 9d2da05

Browse files
committed
updates contexts
1 parent 2852328 commit 9d2da05

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

src/Lib/context.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ documents:
4343
- type: file
4444
sourcePaths: ./Variable
4545

46-
- description: Logging System
47-
outputPath: utilities/logger.md
48-
sources:
49-
- type: file
50-
sourcePaths: ./Logger
51-
5246
- description: HTML Utilities
5347
outputPath: utilities/html.md
5448
sources:

src/Modifier/context.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ documents:
1111
- 'PhpContentFilter.php'
1212
- 'PhpSignature.php'
1313
- 'ContextSanitizerModifier.php'
14-
showTreeView: true
15-
- type: file
16-
sourcePaths:
17-
- ../ModifierRegistryFactory.php
1814

1915
- description: PHP Content Modifiers
2016
outputPath: modifiers/php-modifiers.md
@@ -24,14 +20,11 @@ documents:
2420
filePattern:
2521
- 'PhpContentFilter.php'
2622
- 'PhpSignature.php'
27-
showTreeView: true
2823

2924
- description: Sanitizer Modifier
3025
outputPath: modifiers/sanitizer.md
3126
sources:
3227
- type: file
3328
sourcePaths:
34-
- ./ContextSanitizerModifier.php
35-
- ../Lib/Sanitizer
36-
filePattern: '*.php'
37-
showTreeView: true
29+
- ./Sanitizer
30+
- ../Lib/Sanitizer

0 commit comments

Comments
 (0)