Skip to content

Commit bf52f35

Browse files
committed
WIP
1 parent 5853ec7 commit bf52f35

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/rename_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions: write-all
66

77
jobs:
88
rename-project:
9-
if: ${{ !contains (github.repository, '/crud-wp-content-playground') }}
9+
if: ${{ !contains (github.repository, '/crud-the-docs-playground') }}
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ https://github.com/carstingaxion/gatherpress-demo-data/assets/198883/79c19cab-24
77

88
- [Create, read update, delete & save][export-to-github] the demo-data using Playground and persist it with prepared settings for GitHub Export.
99
- or simply browse & view ...
10-
- [the `docs` with *Twentytwentyfour*](https://playground.wordpress.net/?login=yes&import-wxr=https://raw.githubusercontent.com/carstingaxion/crud-the-docs-playground/main/export.xml).
11-
- [the `docs` with *Disco*](https://playground.wordpress.net/?login=yes&import-wxr=https://raw.githubusercontent.com/carstingaxion/crud-the-docs-playground/main/export.xml&theme=disco).
10+
- [the `docs` with *Twentytwentyfour*](https://playground.wordpress.net/?url=/?p=173&login=yes&import-wxr=https://raw.githubusercontent.com/carstingaxion/crud-the-docs-playground/main/export.xml).
11+
- [the `docs` with *Disco*](https://playground.wordpress.net/?url=/?p=173&login=yes&import-wxr=https://raw.githubusercontent.com/carstingaxion/crud-the-docs-playground/main/export.xml&theme=disco).
1212

1313
## How
1414

README.tmpl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ https://github.com/author_name/gatherpress-demo-data/assets/198883/79c19cab-24f0
77

88
- [Create, read update, delete & save][export-to-github] the demo-data using Playground and persist it with prepared settings for GitHub Export.
99
- or simply browse & view ...
10-
- [the `docs` with *Twentytwentyfour*](https://playground.wordpress.net/?login=yes&import-wxr=https://raw.githubusercontent.com/author_name/project_urlname/main/export.xml).
11-
- [the `docs` with *Disco*](https://playground.wordpress.net/?login=yes&import-wxr=https://raw.githubusercontent.com/author_name/project_urlname/main/export.xml&theme=disco).
10+
- [the `docs` with *Twentytwentyfour*](https://playground.wordpress.net/?url=/?p=173&login=yes&import-wxr=https://raw.githubusercontent.com/author_name/project_urlname/main/export.xml).
11+
- [the `docs` with *Disco*](https://playground.wordpress.net/?url=/?p=173&login=yes&import-wxr=https://raw.githubusercontent.com/author_name/project_urlname/main/export.xml&theme=disco).
1212

1313
## How
1414

export.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
6262
<!-- wp:buttons -->
6363
<div class="wp-block-buttons"><!-- wp:button -->
64-
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button">Create &amp; Save Demo Data</a></div>
64+
<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://github.com/carstingaxion/crud-the-docs-playground">Create &amp; Save Demo Data</a></div>
6565
<!-- /wp:button --></div>
6666
<!-- /wp:buttons -->
6767

0 commit comments

Comments
 (0)