GithubHelp home page GithubHelp logo

dheia / wn-docs-project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wpjscc/docs

0.0 0.0 0.0 8.54 MB

wintercms 中文文档 Laravel 中文文档

Home Page: https://docs.wpjs.cc

License: MIT License

Shell 0.03% JavaScript 17.44% PHP 64.32% CSS 7.62% Hack 0.09% HTML 1.14% Blade 0.01% Dockerfile 0.03% Less 9.27% Twig 0.04%

wn-docs-project's Introduction

Docs

文档系统,支持多语言

example https://docs.wpjs.cc

install

github

git clone [email protected]:wpjscc/docs.git ~/docs
cd docs
composer install
cp .env.example .env
php artisan key:gene
php artisan winter:up
# 下载文档并翻译
php artisan doc:process wpjscc.docs.wintercmszhcn
php artisan serve

composer

composer create-project wpjscc/docs docs dev-master -vvv
cd docs
cp .env.example .env
php artisan key:gene
php artisan winter:up
# 下载文档并翻译
php artisan doc:process wpjscc.docs.wintercmszhcn
php artisan serve

docker

git clone [email protected]:wpjscc/docs.git ~/docs

docker run -p 8000:8000 -v ~/docs:/www --rm -it wpjscc/php:8.0.9-fpm-alpine3.13 sh

cp .env.example .env
php artisan key:gene
php artisan winter:up
# 下载文档并翻译
php artisan doc:process wpjscc.docs.wintercmszhcn
php artisan serve

visit

http://127.0.0.1:8000

http://127.0.0.1:8000/backend

ref

other

build docker image

docker build -t registry.cn-shanghai.aliyuncs.com/wpjscc/docs:8.0.9-fpm-alpine3.13 . -f Dockerfile
docker push registry.cn-shanghai.aliyuncs.com/wpjscc/docs:8.0.9-fpm-alpine3.13

wn-docs-project's People

Contributors

wpjscc avatar

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.