Feedier Internal Docs

This document serves as a technical reference, covering Feedier architecture, development best practices, and operational guidelines.

TheMissingDoc.php
composer.json
class Documentation {
    private bool $isWritten = false;

    public function write(): void {
        do {
            $this->isWritten = true;
        } while (!$this->isWritten);
    }
}

new Documentation()->write();

Introduction

Getting started

Learn how to get CacheAdvance set up in your project in under thirty minutes or it's free.

Installation

Step-by-step guides to setting up your system and installing our project.

Infrastructure guide

Learn how our architecture is built and work on main production using ServerLess.

Perform in my job

Find tips and resources to excel in your role and enhance your professional performance.

Became a document writer

Learn how to write clear and professional documents with the right techniques and tools for your field.


Quick start

This internal document serves as a guide to help you quickly understand and navigate our system. It provides essential information on how our platform operates, the key principles behind it, and best practices for contributing effectively.

Collaboration is crucial—by reading and following this documentation, you ensure that everyone on the team shares a common understanding of our system. This allows for smoother development, better problem-solving, and more efficient teamwork. Keeping up with the documentation also helps maintain consistency, reduce errors, and accelerate onboarding for new team members.


How to collaborate ?

To submit an issue or suggest an improvement, simply create a pull request on our repository: Feedier Internal Docs.

Make sure to clearly describe the changes you are proposing and follow our contribution guidelines to ensure a smooth review process.

Using the Feedier Wiki Assistant

To streamline the creation and maintenance of documentation, you can use the Feedier Wiki Assistant. This AI-powered tool helps generate, structure, and refine documentation efficiently.

You can access it here: Feedier Wiki Assistant.

The assistant provides guidance on best practices, structuring pages, and ensuring clarity and consistency across all documentation. It's an excellent resource for both new and experienced contributors.