Platform screenshot

Platform

Author Avatar Theme by Doka guide
Updated: 27 Apr 2025
239 Stars

Платформа Доки: шаблоны, стили, скрипты и всё для сборки сайта

Overview

ДокиСтатус is a platform for web developers that aims to provide practical, understandable, and engaging documentation for web development. It is built on Eleventy, a static site generator, and uses Nunjucks templates to transform Markdown articles into HTML pages. The platform is deployed using GitHub Actions and hosted on a server. Developers can contribute to the platform by adding their own tests and debugging with the help of Jest and Chrome developer tools.

Features

  • Linting: The platform includes a linter to ensure code quality and adherence to best practices.
  • W3C Validator: It provides a W3C validator to check the validity of HTML markup.
  • Deployment Status: Users can track the status of their deployments on the platform.
  • Docker Integration: The platform integrates with Docker to facilitate deployment and containerization.

Installation

To work with the ДокиСтатус platform, you will need Node.js and npm installed on your system.

  1. Download the repository.
  2. Make a copy of the .env.example file and rename it to .env. Set the required environment variables in this file.
  3. Install the dependencies by running the command npm i.
  4. Start the local web server by running the command npm start.

For more options on running Доки locally, refer to the provided documentation.

Summary

ДокиСтатус is a platform that aims to provide practical and engaging documentation for web developers. It includes features such as linting for code quality, a W3C validator to check HTML markup, and the ability to track deployment status. Developers can easily set up the platform locally using Node.js and npm. The ДокиСтатус platform also provides instructions for running tests, debugging with Jest and Chrome developer tools, and contributing to the platform’s development.