Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bidi47 committed Nov 1, 2024
1 parent b5c2e31 commit e088894
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 DotKernel
Copyright (c) 2024 Dotkernel

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "dotkernel/light-documentation",
"description": "DotKernel Light documentation markdown files.",
"description": "Dotkernel Light documentation markdown files.",
"type": "metapackage",
"license": "MIT",
"authors": [
{
"name": "DotKernel Team",
"name": "Dotkernel Team",
"email": "team@dotkernel.com"
}
],
Expand Down
6 changes: 3 additions & 3 deletions docs/book/v1/installation/composer.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Composer Installation of Packages

Composer is required to install DotKernel `Light`. You can install Composer from the [official site](https://getcomposer.org/).
Composer is required to install Dotkernel `Light`. You can install Composer from the [official site](https://getcomposer.org/).

> First make sure that you have navigated your command prompt to the folder where you copied the files in the previous step.
Expand Down Expand Up @@ -40,10 +40,10 @@ Please select which config file you wish to inject 'Laminas\HttpHandlerRunner\Co
Make your selection (default is 1):
```
Type `0` to select `[0] Do not inject` because DotKernel includes its own ConfigProvider which already contains the prompted configurations.
Type `0` to select `[0] Do not inject`.
> We choose `0` because Dotkernel includes its own ConfigProvider which already contains the prompted configurations.
> If you choose `[1] config/config.php`, an extra `ConfigProvider` will be injected.
> This is not required for the default installation, so make sure to select `[0] Do not inject`.
The next question is:
Expand Down
2 changes: 1 addition & 1 deletion docs/book/v1/installation/running-the-application.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We recommend running your applications in WSL:
- set `$baseUrl` in **config/autoload/local.php** to the address of the virtualhost
- run the application by opening the virtualhost address in your browser

You should see the `DotKernel Light` welcome page.
You should see the `Dotkernel Light` welcome page.

> If you are getting exceptions or errors regarding some missing services, try running the following command:
Expand Down
2 changes: 1 addition & 1 deletion docs/book/v1/introduction/file-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Dotkernel Light follows the [PSR-4](https://www.php-fig.org/psr/psr-4/) standard

It is a good practice to standardize the file structure of projects.

When using DotKernel Light, the following structure is installed by default:
When using Dotkernel Light, the following structure is installed by default:

![Dotkernel Light File Structure!](https://docs.dotkernel.org/img/light/file-structure-dk-light.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/book/v1/introduction/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* `dotkernel/dot-controller` - Provides base classes for action based controllers similar to Laminas controller component
* `dotkernel/dot-errorhandler` - Logging Error Handler for Middleware Applications
* `dotkernel/dot-twigrenderer` - DotKernel component providing twig extensions and customizations
* `dotkernel/dot-twigrenderer` - Dotkernel component providing twig extensions and customizations
* `friendsofphp/proxy-manager-lts` - Fork of ocramius/proxy-manager
* `laminas/laminas-component-installer` - Composer plugin for injecting modules and configuration providers into application configuration
* `laminas/laminas-config-aggregator` - Lightweight library for collecting and merging configuration from different sources
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ nav:
- "Edit the Footer": v1/how-tos/edit-footer.md
- "Manage Assets": v1/how-tos/manage-assets.md
site_name: light
site_description: "DotKernel Light"
site_description: "Dotkernel Light"
repo_url: "https://github.com/dotkernel/light"
plugins:
- search

0 comments on commit e088894

Please sign in to comment.