-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change: Wiki-Optimization regarding: #109
- Loading branch information
1 parent
9a3fda8
commit 168d912
Showing
2 changed files
with
21 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,39 @@ | ||
# PackageLock Developer Documentation | ||
|
||
|
||
Welcome to the official developer documentation for **PackageLock**! This wiki serves as a comprehensive resource for developers looking to understand, contribute to, and extend the project. | ||
|
||
## Table of Contents | ||
|
||
- [Getting Started](#getting-started) | ||
- [Architecture Overview](#architecture-overview) | ||
- [API Reference](#api-reference) | ||
- [Contributing](#contributing) | ||
- [FAQ](#faq) | ||
- [Support](#support) | ||
- [Getting Started][getting-started] | ||
- [Architecture Overview][architecture-overview] | ||
- [API Reference][api-reference] | ||
- [Contributing][contributing] | ||
- [FAQ][faq] | ||
- [Support][support] | ||
|
||
## Getting Started | ||
|
||
Begin your journey by following the [Getting Started](./Getting-Started.md) guide. This section will help you set up the development environment, install dependencies, and run the project locally. | ||
Begin your journey by following the [Getting Started][Getting-Started] guide. This section will help you set up the development environment, install dependencies, and run the project locally. | ||
|
||
## Architecture Overview | ||
|
||
Understand the core architecture of **PackageLock** in the [Architecture Overview](./Architecture-Overview.md) section. Learn about the main components, their interactions, and the design principles that guide the project. | ||
Understand the core architecture of **PackageLock** in the [Architecture Overview][Architecture-Overview] section. Learn about the main components, their interactions, and the design principles that guide the project. | ||
|
||
## Contributing | ||
|
||
We welcome contributions from the community! Please read our [Contributing](./Contributing.md) guidelines to learn how you can help improve **PackageLock**. This includes information on coding standards, submitting issues, and making pull requests. | ||
We welcome contributions from the community! Please read our [Contributing][Contributing] guidelines to learn how you can help improve **PackageLock**. This includes information on coding standards, submitting issues, and making pull requests. | ||
|
||
## FAQ | ||
|
||
Have questions? Check out our [FAQ](./FAQ.md) for answers to common questions. | ||
Have questions? Check out our [FAQ][FAQ] for answers to common questions. | ||
|
||
--- | ||
|
||
*Happy Coding! 🚀* | ||
|
||
_Happy Coding! 🚀_ | ||
|
||
[Getting Started]: getting-started | ||
[Architecture Overview]: architecture-overview | ||
[API Reference]: api-reference | ||
[Contributing]: contributing | ||
[FAQ]: faq | ||
[Support]: support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,13 @@ | ||
# Navigation | ||
|
||
- [Home][home] | ||
- [Dev-Home][dev-home] | ||
- [Getting Started][getting-started] | ||
- [Contributing][contributing] | ||
- [FAQ][faq] | ||
|
||
[home]: Home | ||
|
||
- Dev-Home | ||
|
||
[dev-home]: Dev-Home | ||
|
||
- Getting Started | ||
|
||
[getting-started]: Getting-Started | ||
|
||
- Contributing | ||
|
||
[contributing]: Contributing | ||
|
||
- FAQ | ||
|
||
[faq]: FAQ |