Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 7e3c0a7

Browse files
author
Florian
committed
removed old extension guide, renamed new extension guide
1 parent 7bd72ba commit 7e3c0a7

File tree

5 files changed

+4
-158
lines changed

5 files changed

+4
-158
lines changed

‎README.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ This is the documentation for [Pagekit](https://pagekit.com), a modular open sou
2121
8. [Finder](user-interface/finder.md)
2222

2323
- Tutorials
24-
1. [How to: Extension](developer-guides/todo-extension.md)
24+
1. [How to: Extension](developer-guides/extension.md)
2525
2. [How to: Theme](developer-guides/how-to-theme.md)
26-
2. [Extensions](developer-guides/extensions.md)
2726
3. [Themes](developer-guides/themes.md)
2827
4. [Widgets](developer-guides/widgets.md)
2928
5. [Dashboard Widgets](developer-guides/dashboard-widgets.md)

‎developer-basics/packages.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A package contains at least two files.
2020
1. The `composer.json` contains the metadata for your package and therefore acts as the package definition.
2121
2. The `index.php` is a so called [Module definition](modules.md) and adds actual functionality to Pagekit.
2222

23-
The rest of the package content depends on the package's `type`. To learn more about the actual content of a package, check out the [Theme Guide](../developer-guides/themes.md) or the [Extension Guide](../developer-guides/extensions.md).
23+
The rest of the package content depends on the package's `type`. To learn more about the actual content of a package, check out the [Theme Guide](../developer-guides/themes.md) or the [Extension Guide](../developer-guides/extension.md).
2424

2525
## Package definition
2626
A package is defined by its `composer.json`. This file includes the package name, potential dependencies to be installed by [Composer](https://getcomposer.org) and other information that displays in the Pagekit marketplace.
File renamed without changes.

‎developer-guides/extensions.md‎

Lines changed: 0 additions & 153 deletions
This file was deleted.

‎getting-started/introduction.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ Depending on your goals with Pagekit you might want to read only pieces of the d
66

77
1. Pagekit [installation](installation.md), [requirements](requirements.md) and places to [find help](../getting-started/getting-help.md) if you are stuck.
88
2. Learn how to use the Pagekit [user interface](../user-interface/dashboard.md).
9-
3. To get started as a developer, learn [how to create an extension](../developer-guides/extensions.md) and [how to build a theme](../developer-guides/themes.md).
10-
4. For a complete video guide on building an extension, watch [the screencast about an example extension](../developer-guides/todo-extension.md).
9+
3. To get started as a developer, learn [how to create an extension](../developer-guides/extension.md) and [how to build a theme](../developer-guides/themes.md).
10+
4. For a complete video guide on building an extension, watch [the screencast about an example extension](../developer-guides/extension.md).
1111
5. For more fundamental developer topics, read up on e.g. [packages](../developer-basics/packages.md), [modules](../developer-basics/packages.md) and [packages](../developer-basics/routing.md).

0 commit comments

Comments
 (0)