Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
prappo committed Oct 9, 2024
1 parent 491b345 commit c1ec92b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 61 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Create your WordPress plugin in weeks, not months. Rapidly prototype and deliver your plugin with confidence!
## Preview

<a href='https://prappo.github.io/wordpress-plugin-boilerplate/' target="_blank"><img alt='Wordpress' src='https://img.shields.io/badge/Live_Preview-100000?style=for-the-badge&logo=Wordpress&logoColor=white&labelColor=21759B&color=21759B'/></a>
<a href='https://prappo.github.io/wordpress-plugin-boilerplate/preview' target="_blank"><img alt='Wordpress' src='https://img.shields.io/badge/Live_Preview-100000?style=for-the-badge&logo=Wordpress&logoColor=white&labelColor=21759B&color=21759B'/></a>

### Screenshots

Expand Down
58 changes: 0 additions & 58 deletions documentation/app/(home)/PreviewPage.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion documentation/app/(home)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Link from 'next/link';
export default function HomePage() {
return (
<main className="flex h-screen flex-col gap-5 py-10 items-center text-center">
<img src="wordpress-plugin-boilerplate/artworks/images/dashboard-light.png" alt="Dashboard" className="w-1/3 rounded-md shadow-md" />
<img src="/wordpress-plugin-boilerplate/artworks/images/dashboard-light.png" alt="Dashboard" className="w-1/3 rounded-md shadow-md" />
<h1 className="mb-4 text-2xl font-bold">Wordpress Plugin Boilerplate</h1>
<p className="text-fd-muted-foreground">
Create your WordPress plugin in weeks, not months. Rapidly prototype and deliver your plugin with confidence!
Expand Down
2 changes: 1 addition & 1 deletion documentation/app/(home)/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function PreviewPage() {
step: 'installPlugin',
pluginZipFile: {
resource: 'url',
url: 'http://localhost:3000/wordpress-plugin-boilerplate/plugin/wordpress-plugin-boilerplate.zip',
url: 'https://github.com/prappo/wordpress-plugin-boilerplate/raw/refs/heads/main/documentation/public/plugin/wordpress-plugin-boilerplate.zip',
},
},
],
Expand Down

0 comments on commit c1ec92b

Please sign in to comment.