📘 Weblankan Official Documentation Server
Welcome to the official documentation server for Weblankan. This platform is designed to serve as a central hub for storing and sharing departmental knowledge, processes, guides, and updates across all teams.
All documents are written in Markdown format and organized by department categories. This ensures seamless navigation and access via the site’s navigation bar.
✍️ How to Create a New Post
To create a new documentation post, run the following command:
pnpm new-post <post-name>Replace <post-name> with a meaningful identifier for your post.
🛠 Post Frontmatter Format
Every post must include a proper frontmatter block to be correctly categorized and displayed. Use the following template:
---
title: Usefull-links
published: 2025-05-30
description: ''
image: ''
tags: []
category: 'DevOps-Department'
draft: false
lang: ''
---🗂 Available Categories
Please set the category field to one of the following, depending on your department:
Projects-DepartmentDM-DepartmentQA-DepartmentSEO-DepartmentDevOps-Department
This will automatically list the post under the relevant department section in the navigation menu.
✅ Best Practices
- Use clear and descriptive titles.
- Keep
draft: falseto make the post publicly visible. - Use consistent naming conventions for easier search and indexing.
- Use categories accurately to keep documentation structured.
For any technical assistance or to request new features for the documentation system, please contact the DevOps team.