Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
boazpoolman committed Sep 13, 2024
1 parent 624bc12 commit 9ae2e25
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 388 deletions.
2 changes: 1 addition & 1 deletion docs/config-sync/configuration/custom-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slug: /config-sync/configuration/custom-types

# Custom types

With this setting you can register your own custom config types. This is an array which expects objects with at least the `configName`, `queryString` and `uid` properties. Read more about registering custom types in the [Custom config types](/config-sync/custom-types) documentation.
With this setting you can register your own custom config types. This is an array which expects objects with at least the `configName`, `queryString` and `uid` properties. Read more about registering custom types in the [Custom config types](/config-sync/configuration/custom-types) documentation.

| Name | Details |
| ---- | ------- |
Expand Down
23 changes: 0 additions & 23 deletions docs/webtools/congratulations.md

This file was deleted.

34 changes: 0 additions & 34 deletions docs/webtools/create-a-blog-post.md

This file was deleted.

57 changes: 0 additions & 57 deletions docs/webtools/create-a-document.md

This file was deleted.

43 changes: 0 additions & 43 deletions docs/webtools/create-a-page.md

This file was deleted.

31 changes: 0 additions & 31 deletions docs/webtools/deploy-your-site.md

This file was deleted.

48 changes: 1 addition & 47 deletions docs/webtools/intro.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,6 @@
---
sidebar_label: 'Introduction'
slug: /webtools
sidebar_position: 1
---

# Welcome to the Strapi Developer Docs!

<SubtleCallout title="Developer Docs, User Guide, and Strapi Cloud documentation" emoji="πŸ“">

The documentation for Strapi contains 3 main sections, accessible from the top navigation bar:

- πŸ§‘β€πŸ’» The **Developer Docs** contain all the technical information related to the setup, advanced usage, customization, and update of your Strapi v4 application.
- πŸ§‘β€πŸ« The **[User Guide](/user-docs/intro)** is all about using Strapi's admin panel.
- ☁️ The **[Strapi Cloud](/cloud/intro)** documentation is about deploying your Strapi application to Strapi Cloud and managing your Strapi Cloud projects and settings.

</SubtleCallout>

This documentation contains official technical documentation related to the setup, deployment, update and customization of your Strapi v4 application.

:::strapi Can't wait to start using Strapi?
You can directly head to the [Quick Start](./quick-start.md)! <br/> If demos are more your thing, we have a [video demo](https://youtu.be/zd0_S_FPzKg), or you can request a [live demo](https://strapi.io/demo)!
:::

The original purpose of the project was to help Boot**strap** your **API**: that's how Strapi was created. Now, Strapi is an open-source headless CMS that gives developers the freedom to choose their favorite tools and frameworks and allows editors to manage and distribute their content using their application's admin panel. Based on a plugin system, Strapi is a flexible CMS whose admin panel and API are extensible - and which every part is customizable to match any use case. Strapi also has a built-in user system to manage in detail what the administrators and end users have access to.

## Open-source & Contribution

Strapi is an open-source project (see [LICENSE](https://github.com/strapi/strapi/blob/master/LICENSE) file for more information). The core project, as well as the documentation and any related tool can be found in the [Strapi](https://github.com/strapi) GitHub organization.

As it goes hand in hand with the open-source ecosystem, Strapi is open to contributions. The Strapi team appreciates every contribution, be it a feature request, bug report, or pull request. The following GitHub repositories are open-source and contributions-friendly:

- [`strapi/strapi`](https://github.com/strapi/strapi): main repository of Strapi, which contains the core of the project. You can find the admin panel, core plugins, plugin providers, and the whole code that runs your Strapi application. Please read the [`CONTRIBUTING.md`](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md) file to have more information about contributions to the main repository.
- [`strapi/documentation`](https://github.com/strapi/documentation): contains the whole documentation of Strapi. Please read the [contribution guide](https://github.com/strapi/documentation/blob/main/CONTRIBUTING.md) to have more information about contributions to the Strapi documentation.
- [`strapi/design-system`](https://github.com/strapi/design-system): is the design system that is used in the admin panel. It brings consistency between the different admin plugins.
- [`strapi-community/awesome-strapi`](https://github.com/strapi/awesome-strapi): contains everything the community built and all managed plugins. It is used as a central place to find and submit new packages such as plugins, middlewares, hooks, and general enhancements to the core of Strapi.

## Strapi Community

Strapi is a community-oriented project with an emphasis on transparency. The Strapi team has at heart to share their vision and build the future of Strapi with the Strapi community. This is why the [roadmap](https://feedback.strapi.io) is open: as all insights are very important and will help steer the project in the right direction, any community member is most welcome to share ideas and opinions there.

Community members also take great part in providing the whole community a plethora of resources about Strapi. You can find [tutorials](https://strapi.io/tutorials/) on the Strapi website, where you can also create your own. Also, as an open-source project, the technical documentation of Strapi is open to contributions (see [Open-source & Contribution](#open-source-contribution)).

:::strapi Want to join the community?
You can join [GitHub](https://github.com/strapi/strapi), the [Forum](https://forum.strapi.io/), and the [Discord](https://discord.strapi.io) to share your ideas and opinions with other community members and members of the Strapi team. If you're looking for news and updates about Strapi, [Twitter](https://twitter.com/strapijs) and the [blog](https://strapi.io/blog) are pretty good places to start!
:::

## Support

Strapi is offered as free and open-source for users who wish to self-host the software. When having an issue or a question, the [forum](https://forum.strapi.io) is great first place to reach out for help. Both the Strapi community and core developers often check this platform and answer posts.

For enterprise support, please see our [Enterprise Support platform](https://support.strapi.io/support/home). Please note that you will need to have an active enterprise license to place tickets.
# Webtools
Loading

0 comments on commit 9ae2e25

Please sign in to comment.