All Projects → lolimay → Deepin Develop Guide

lolimay / Deepin Develop Guide

deepin develop guide(containing development environment configuration and debian package tutorial)

Projects that are alternatives of or similar to Deepin Develop Guide

Vuecommunity
Vue.js community and ecosystem guide, written and maintained by the community itself
Stars: ✭ 143 (+58.89%)
Mutual labels:  docs, guide
Jyun Cms Doc
JYunCMS 用户手册
Stars: ✭ 94 (+4.44%)
Mutual labels:  docs, guide
yii2-manual-chm
Yii 2 Guide/API/Docs compiled in various formats
Stars: ✭ 63 (-30%)
Mutual labels:  docs, guide
Pyspark Cheatsheet
🐍 Quick reference guide to common patterns & functions in PySpark.
Stars: ✭ 108 (+20%)
Mutual labels:  docs, guide
frontendpath
A correct path to front-end development.
Stars: ✭ 60 (-33.33%)
Mutual labels:  docs, guide
manual
li₃: The Definitive Guide
Stars: ✭ 64 (-28.89%)
Mutual labels:  docs, guide
pwa-cookbook
A step-by-step guide to Progressive Web Applications
Stars: ✭ 21 (-76.67%)
Mutual labels:  docs, guide
Docnado
Rapid documentation tool that will blow you away...
Stars: ✭ 67 (-25.56%)
Mutual labels:  docs
Febeacon bulletin board
😄欢迎来到大笑文档。这里或许由您需要的中文文档,赠人玫瑰,手有余香。
Stars: ✭ 80 (-11.11%)
Mutual labels:  docs
Ex Navigation Recipes
The idea is to provide a list of useful snippets for ex-navigation
Stars: ✭ 65 (-27.78%)
Mutual labels:  docs
Docsify Tabs
A docsify.js plugin for rendering tabbed content from markdown
Stars: ✭ 65 (-27.78%)
Mutual labels:  docs
Awesome Vuetify
🎉 The best resources related to Vuetify
Stars: ✭ 1,189 (+1221.11%)
Mutual labels:  guide
Ac2100 Openwrt Guide
Install OpenWrt on the AC2100 (black cylinder)
Stars: ✭ 80 (-11.11%)
Mutual labels:  guide
Quickstart
🎯 A micro-form for user-specific installation instructions
Stars: ✭ 66 (-26.67%)
Mutual labels:  docs
Globbing
Introduction to "globbing" or glob matching, a programming concept that allows "filepath expansion" and matching using wildcards.
Stars: ✭ 86 (-4.44%)
Mutual labels:  guide
Funbook Old
I have a dream, to be a novelist someday.
Stars: ✭ 65 (-27.78%)
Mutual labels:  docs
Core
D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)
Stars: ✭ 89 (-1.11%)
Mutual labels:  guide
Paperclipfans
Hi~ 这里是 回形针 PaperClip 非官方的资料整理仓库,我们迫切的希望您的帮助整理,这将加速我们的网站维护每一期的文字稿及图片内容。
Stars: ✭ 85 (-5.56%)
Mutual labels:  docs
Minecraft Optimization
Minecraft server optimization guide
Stars: ✭ 77 (-14.44%)
Mutual labels:  guide
Conda Forge.github.io
The conda-forge website.
Stars: ✭ 76 (-15.56%)
Mutual labels:  docs

Deepin开发指南

前言

《Deepin 开发指南》旨在帮助 Deppin 社区的开发者更快地投入进软件的开发过程中,按计划,该系列教程将会包括以下内容: 开发环境的搭建与配置、深度原生应用源码分析、Deb 与 Flatpak 打包教程以及Deepin Tool Kit API手册等。

本教程假设你已经有了一定的 C++ 基础,如果对 C++ 一无所知的话,建议先从学习 C++ 开始,《C++ Primer Plus 第6版 中文版》是你最好的选择。

目录

新手上路

API手册

附录

参与写作&校对

  1. Fork 此仓库
  2. 用你趁手的 Markdown 编辑器编辑 source 目录下的.md源文件
  3. Pull Request 到这个仓库

仓库下的 public/ 文件夹是 《Deepin 开发指南》 的源码,是 Hexo 根据 source/ 文件夹的内容动态生成的,不要修改此目录下的文件,会被覆盖掉。

source/ 文件夹的目录结构

.
├── _data
│   └── navigation.yaml #左侧导航栏配置文件
├── images
│   ├── favicon.ico #站点favicon文件
│   └── logo.png #站点logo文件(废弃)
├── index.md #站点主页
└── intro
    ├── cmake #cmake文件夹
    ├── ...
    └── dtk.md

可自由在 source/ 文件夹下创建文件夹和 Markdown 文件,添加一个新的教程页需要在 navigation.yaml 文件中指定它在左侧导航栏中的位置

贡献者

nujhongzhangzhengyi12

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].