Coder Social home page Coder Social logo

wiki's Introduction

##新思路文档平台

让所有的团队成员更优雅的编写文档

##配置

###index.html

  • 配置网站根目录:

      var ADOC_URL_PRE = 'http://localhost/wiki/';
    
  • 配置网站标题

      var ADOC_TITLE = '新思路团队文档平台';
    
  • 配置主页目录:

      var ADOC_HOME_URL = 'data/home.text';
    

###doc_list.php

  • 配置文档目录的中英文映射:

      $dir_names = array(
      		'netcool' => '网酷文档',
      		'andriod' => '安卓组文档',
      		'win8' => 'win8组文档',
      		'share' => '团队分享',
      );
    

##使用

在data目录里面的相应分类文件夹中添加文档,文档使用markdown语法。如果文档中需要引用图片或者文件,可在根目录下建立相应文件夹存放

wiki's People

Contributors

cgzero avatar zchar-hong avatar

Watchers

 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.