Skip to content

Commit

Permalink
Docs folder standardization and other fixes
Browse files Browse the repository at this point in the history
Little adjustments...  the 'docs' folder I check everything later when I start translating into Portuguese
  • Loading branch information
luizcmarin committed Apr 19, 2024
1 parent 181012d commit 00da73f
Show file tree
Hide file tree
Showing 30 changed files with 189 additions and 228 deletions.
8 changes: 4 additions & 4 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Copyright © 2008 by Yii Software (https://www.yiiframework.com/)
Copyright © 2008 by Yii Software (<https://www.yiiframework.com/>)
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

* Redistributions of source code must retain the above copyright
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
* Neither the name of Yii Software nor the names of its
* Neither the name of Yii Software nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.

Expand Down
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
# The definitive guide to Yii 3.0

- [English](guide/en)
- [English](docs/guide/en/README.md)

# Yii3 community cookbook

- [English](cookbook/en)
- [English](docs/cookbook/en)

# Internals

- [000 - Packages](000-packages.md)
- [001 - Yii goals and values](001-yii-values.md)
- [002 - Issue workflow](002-issue-workflow.md)
- [003 - Roadmap](003-roadmap.md)
- [004 - Namespaces](004-namespaces.md)
- [005 - Development tool](005-development-tool.md)
- [006 - Git commit messages](006-git-commit-messages.md)
- [007 - Exceptions](007-exceptions.md)
- [008 - Interfaces](008-interfaces.md)
- [009 - Design decisions](009-design-decisions.md)
- [010 - Code style](010-code-style.md)
- [011 - Error correction](011-error-correction.md)
- [012 - Tests](012-tests.md)
- [013 - Code review](013-code-review.md)
- [014 - Documentation](014-docs.md)
- [015 - PhpStorm metadata and attributes](015-phpstorm.md)
- [016 - Security workflow](016-security-workflow.md)
- [017 - Tags](017-tags.md)
- [018 - Widgets](018-widgets.md)
- [019 - View code style](019-view-code-style.md)
- [020 - Package release](020-package-release.md)
- [021 - Changelog and upgrade](021-changelog-upgrade.md)
- [022 - Config groups](022-config-groups.md)
- [000 - Packages](docs/internals/000-packages.md)
- [001 - Yii goals and values](docs/internals/001-yii-values.md)
- [002 - Issue workflow](docs/internals/002-issue-workflow.md)
- [003 - Roadmap](docs/internals/003-roadmap.md)
- [004 - Namespaces](docs/internals/004-namespaces.md)
- [005 - Development tool](docs/internals/005-development-tool.md)
- [006 - Git commit messages](docs/internals/006-git-commit-messages.md)
- [007 - Exceptions](docs/internals/007-exceptions.md)
- [008 - Interfaces](docs/internals/008-interfaces.md)
- [009 - Design decisions](docs/internals/009-design-decisions.md)
- [010 - Code style](docs/internals/010-code-style.md)
- [011 - Error correction](docs/internals/011-error-correction.md)
- [012 - Tests](docs/internals/012-tests.md)
- [013 - Code review](docs/internals/013-code-review.md)
- [014 - Documentation](docs/internals/014-docs.md)
- [015 - PhpStorm metadata and attributes](docs/internals/015-phpstorm.md)
- [016 - Security workflow](docs/internals/016-security-workflow.md)
- [017 - Tags](docs/internals/017-tags.md)
- [018 - Widgets](docs/internals/018-widgets.md)
- [019 - View code style](docs/internals/019-view-code-style.md)
- [020 - Package release](docs/internals/020-package-release.md)
- [021 - Changelog and upgrade](docs/internals/021-changelog-upgrade.md)
- [022 - Config groups](docs/internals/022-config-groups.md)
11 changes: 5 additions & 6 deletions cookbook/en/README.md → docs/cookbook/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ PHP framework.

Feel free to pull request your own writings. Team members will review it, give feedback and merge the best possible way.

This book conforms to the [Terms of Yii Documentation](https://www.yiiframework.com/license#docs).
This book conforms to the [Terms of Yii Documentation.](https://www.yiiframework.com/license#docs)

---

[Preface](preface.md)
## Documentation

Getting started
---------------
- [Preface](preface.md)
- Getting started

Organizing code
---------------
### Organizing code

- [Structuring code by use-case with vertical slices](organizing-code/structuring-by-use-case-with-vertical-slices.md)
File renamed without changes.
Loading

0 comments on commit 00da73f

Please sign in to comment.