forked from WordPress/wordpress-develop
-
Notifications
You must be signed in to change notification settings - Fork 0
Make test docs change. #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dmsnell
wants to merge
15
commits into
trunk
Choose a base branch
from
try/docs-change
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
7beeed3
Add docs Playground preview workflows
b4438c9
Fix docs Playground preview harness bootstrap
d0d472a
Avoid skipping draft PRs
dmsnell ac9e5e7
Fix docs preview snapshot zip inspection
b3568a5
Make a test documentation change.
dmsnell 31f31f1
Use Playground reusable preview workflows
adamziel 2acd7bf
Merge remote-tracking branch 'adamziel/adamziel/use-v3-docs-preview-w…
dmsnell 3954ad4
Allow docs preview workflows on testing fork
1d1f576
Merge branch 'docs/add-playground-preview-codex' into trunk
dmsnell 56d37d0
Log docs Playground URL before smoke assertion
6057d8d
Merge commit '56d37d0d5d1a23b179ee018f701eb99a2a25bd24' into trunk
dmsnell 131f28b
Proxy docs Playground snapshot assets
4dadfc6
Update docs preview comment before smoke assertion
a23d063
Make test docs change.
dmsnell bfe5503
Another docs trial change.
dmsnell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,59 @@ | ||
| { | ||
| "schemaVersion": 1, | ||
| "playground": { | ||
| "cliVersion": "3.1.38", | ||
| "phpVersion": "8.4", | ||
| "wordpressVersion": "6.9.1", | ||
| "blueprintSchema": "https://playground.wordpress.net/blueprint-schema.json" | ||
| }, | ||
| "budgets": { | ||
| "compressedWarnBytes": 104857600, | ||
| "compressedFailBytes": 157286400, | ||
| "uncompressedFailBytes": 524288000, | ||
| "maxOuterArtifactEntries": 8, | ||
| "maxSnapshotEntries": 25000 | ||
| }, | ||
| "upstreams": { | ||
| "phpdocParser": { | ||
| "repo": "dmsnell/phpdoc-parser", | ||
| "ref": "4a30fe65c691aca7ea74ca0dd35f2e5e6ba261dc", | ||
| "expectedFile": "generate-json-manually.php" | ||
| }, | ||
| "wporgDeveloper": { | ||
| "repo": "WordPress/wporg-developer", | ||
| "ref": "04ff394005b5c4f9efc888803e23e031cda37e6b", | ||
| "themePath": "source/wp-content/themes/wporg-developer-2023" | ||
| }, | ||
| "wporgParent2021": { | ||
| "repo": "WordPress/wporg-parent-2021", | ||
| "ref": "6ebb648ce929999f014d90a82dec12b9d0799fb6", | ||
| "themePath": "source/wp-content/themes/wporg-parent-2021" | ||
| }, | ||
| "wporgMuPlugins": { | ||
| "repo": "WordPress/wporg-mu-plugins", | ||
| "ref": "cda0c88c54a82c6c0e3df1c88a70b7a390d4fada", | ||
| "muPluginsPath": "mu-plugins" | ||
| }, | ||
| "postsToPosts": { | ||
| "repo": "scribu/wp-posts-to-posts", | ||
| "ref": "d2f297dbe257a09438da6ffe22c9a876acb7b49b" | ||
| }, | ||
| "codeSyntaxBlock": { | ||
| "url": "https://downloads.wordpress.org/plugin/code-syntax-block.3.2.1.zip", | ||
| "slug": "code-syntax-block" | ||
| } | ||
| }, | ||
| "routes": [ | ||
| "/reference/", | ||
| "/reference/classes/wp_html_tag_processor/", | ||
| "/reference/classes/wp_html_tag_processor/next_tag/", | ||
| "/reference/classes/wp_html_tag_processor/set_attribute/" | ||
| ], | ||
| "samplePosts": { | ||
| "class": "wp_html_tag_processor", | ||
| "methods": [ | ||
| "wp_html_tag_processor-next_tag", | ||
| "wp_html_tag_processor-set_attribute" | ||
| ] | ||
| } | ||
|
Comment on lines
+46
to
+58
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What are these for? |
||
| } | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The refs probably need to be updated.