Skip to content

Commit 1800b82

Browse files
committed
wip: docs
1 parent df49559 commit 1800b82

2 files changed

Lines changed: 10 additions & 26 deletions

File tree

README.md

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,20 @@
55
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/solution-forest/inspirecms-core/fix-php-code-styling.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/solutionforest/inspirecms-core/actions?query=workflow%3A"Fix+PHP+code+styling"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/solution-forest/inspirecms-core.svg?style=flat-square)](https://packagist.org/packages/solution-forest/inspirecms-core)
77

8+
## About InspireCMS
89

9-
InspireCMS Core is the foundation library that powers the InspireCMS platform. This package provides essential functionality, including content management, admin interfaces, and extensibility features. Designed with flexibility and developer experience in mind, it allows you to quickly build customized content management systems for your Laravel applications.
10-
11-
## Table of Contents
12-
- [Get Started]()
13-
- [Overview](./docs/Overview.md)
14-
- [Requirements](./docs/Requirements.md)
15-
- [Installing](./docs/Installing.md)
16-
- [Updating](./docs/Updating.md)
17-
- [Contributing](.github/CONTRIBUTING.md)
18-
- [Core]()
19-
- [Overview](./docs/CoreConcepts.md)
20-
- [Configuration](./docs/Configuration.md)
21-
- [Templating](./docs/Templating.md)
22-
- [Navigation](./docs/Navigation.md)
23-
- [Resources]()
24-
- [Tips](./docs/Tips.md)
25-
- [Fields](./docs/CustomFields.md)
26-
- [Reference]()
27-
- [Content](./docs/references/Content.md)
28-
- [DocumentType](./docs/references/DocumentType.md)
29-
- [Template](./docs/references/Template.md)
30-
- [Available Services](./docs/references/Services.md)
31-
10+
InspireCMS is the foundation library that powers the InspireCMS platform. This package provides essential functionality, including content management, admin interfaces, and extensibility features. Designed with flexibility and developer experience in mind, it allows you to quickly build customized content management systems for your Laravel applications.
3211

3312
## Testing
3413

3514
```bash
3615
composer test
3716
```
3817

18+
## Contributing
19+
20+
We welcome contributions to the documentation. Please see our [contribution guidelines](./Contributing.md) for more information.
21+
3922
## Changelog
4023

4124
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
@@ -52,3 +35,7 @@ Please review [our security policy](../../security/policy) on how to report secu
5235
## License
5336

5437
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
38+
39+
## Resources
40+
41+
* [Documentation](./docs/index.md)

docs/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ Welcome to the official InspireCMS documentation. This guide will help you get s
7575
- [Documentation Guidelines](./contributing/DocumentationGuidelines.md)
7676
- [Pull Request Process](./contributing/PullRequestProcess.md)
7777

78-
## Contributing
79-
80-
We welcome contributions to the documentation. Please see our [contribution guidelines](./Contributing.md) for more information.
8178

8279
## Support
8380

0 commit comments

Comments
 (0)