GithubHelp home page GithubHelp logo

00110000-one / tendata-javadoc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lwpk110/tendata-javadoc

0.0 0.0 0.0 3.02 MB

Tendata Java后端技术文档

Home Page: https://lwpk110.github.io/tendata-javadoc/

HTML 79.30% JavaScript 20.70%

tendata-javadoc's Introduction

Java 项目开发指南

publish GitHub code size in bytes GitHub tag (latest by date)

本地运行

环境要求:

  • python: 3.0+

1. 克隆项目

git clone https://github.com/lwpk110/tendata-javadoc.git

2. 初始化环境

项目预览需要安装 Python 环境来启动 server,强烈建议使用 Python 3.6+ 的版本。如果本地没有 Python 环境,也可以使用 Docker预览服务器 来启动。

2.1 本地初始化

安装依赖

pip install -r requirements.txt

2.2 使用 Docker 初始化

docker pull squidfunk/mkdocs-material

3. 预览

3.1 本地预览

mkdocs serve

3.2 使用 Docker 预览

uinx:

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

Windows:

docker run --rm -it -p 8000:8000 -v "%cd%":/docs squidfunk/mkdocs-material

协作规范

文档使用 Markdown 编写,使用 mkdocs 配合 mkdocs-material 主题构建。

  • form
  • code
  • pr

tendata-javadoc's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.