Coder Social home page Coder Social logo

incubator-skywalking-website's Introduction

Apache SkyWalking webpage

This is the repository including all source codes of http://skywalking.incubator.apache.org.

Compile, preview and generate static files

Usage:

  1. Git pull branch master
  2. You may need to run npm install before your start somehow.
  3. Run npm run clean to remove dist folder
  4. Run npm run dev in your local env, open http://localhost:8080 in browser, check whether it works fine
  5. Push files and send pull request if necessary, with screenshots showing how you would change.

How to add document in the site

|-- docs                    // English version
|   |-- README.md           // homepage's markdown
|   |-- .vuepress
|   |   |-- config.js       // website config
|   |   |-- public          // public resources
|   |   |   |-- assets          // website static resources
|   |   |   |-- static          // markdown resources
|   |   |   |   |-- blog          // blog  markdown resources
|   |   |-- theme           // vue theme project
|   |-- blog
|   |   |-- xxx.md          // other blog markdowns
|   |   |-- README.md       // blog's markdown
|   |-- downloads
|   |   |-- README.md       // downloads's markdown
|   |-- events
|   |   |-- README.md       // events's markdown
|   |-- team
|   |   |-- README.md       // team's markdown
|   |-- zh                  // Chinese version
|   |   |-- README.md       // homepage's markdown
|   |   |-- blog
|   |   |   |-- xxx.md      // other blog markdowns
|   |   |   |-- README.md   // blog's markdown
|   |   |-- downloads
|   |   |   |-- README.md   // downloads's markdown
|   |   |-- events
|   |   |   |-- README.md   // events's markdown
|   |   |-- team
|   |   |   |-- README.md   // team's markdown

How to add and manage images in the site

You can put your markdown images in the path /docs/.vuepress/public/static/ and use the folder to separate the site parts.

Such as adding a blog folder in /docs/.vuepress/public/static/,and then you can make a folder which names about your blog in it. Put the images in this named folder.

In markdown, you can use /docs/.vuepress/public/static/blog/{blogName}/{imageName} path to add the image into markdown doc.

Blog

When you try to publish blogs in Apache SkyWalking official website, no advertising is allowed here. You could add markdown test link([name](url)) pointing to you personal website/twitter and company website.

incubator-skywalking-website's People

Contributors

charlesmaster avatar jaredtan95 avatar tinyallen avatar wu-sheng avatar younghu avatar yunaiv avatar zhaoyuguang 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.