Git Product home page Git Product logo

website's Introduction

SuperEdge Documentation

This repo contains the assets used to build the SuperEdge website at https://superedge.io.

Running and developing the website locally

1. To run the site locally, you need to install:

2. Clone this repo and its submodules

git clone https://github.com/superedge/website.git
cd website
npm install
make load-submodule

3. Serve the site locally

make serve

Open http://localhost:1313 in your browser to see the running site. Any code change to the site content will immediately be updated to the running site.

How to modify the documentation

Most of the documentation lives in:

  • Chinese: content/zh/docs
  • English: content/en/docs

Other assets

  • Attached images in the docs should be put in static/images/docs/.
  • Sample yaml config should be stored as yaml file in content/<en/zh>/examples/ and reference using codenew shortcut.

For example,

{{< codenew file="serviceGroup/edge-health-admission.yaml" >}}

Deployments and PR previews

Commits to the main branch will be automatically published to the https://superedge.io by Netlify.

PR triggers Netlify to build a preview site and return the site link on the PR page.

website's People

Contributors

yiwei-c avatar

Stargazers

Alexander avatar navy avatar Dominic Yin avatar

Watchers

James Cloos avatar  avatar Lutzow avatar WENJUN TANG avatar  avatar  avatar slad luo avatar High~Kick avatar royliang avatar  avatar Bobby (Jun) Zhang avatar

website's Issues

手动部署

openssl genrsa -out tunnel-ca.key 2048
openssl x509 -req -days 365 -in tunnel_persistent_connectiong_server.csr -CA tunnel-ca.crt -CAkey tunnel_ca.key -CAcreateserial -extfile tunnel_persistent_connectiong_server_cert_extensions -out tunnel_persistent_connectiong_server.crt

此处使用的是tunnel_ca.key,上面生成的是tunnel-ca.key,建议修改

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.