GithubHelp home page GithubHelp logo

help-center's Introduction

Local development

Before you are able to run this locally you need to have NodeJS v8.x, YARN and Hugo installed on your machine. If you already have Hugo installed, make sure you have the latest version.

  1. Install project dependencies

    make install
  2. Back in the root of the project, run

    make build
  3. And then run the project

    make serve
  4. In your browser navigate to localhost:1313 to view the project.

Staging vs Prod

Help center can be built for either staging or prod via:

Prod

 make build-prod
 make serve-prod

Staging

 make build-staging
 make serve-staging

Indexing Content

Included in this project is the hugo-algolia package, which crawls the /content folder of the site and indexes all the content. If you want to re-index the site and/or send new docs content to Algolia, you can use the following commands:

Index the site

This command indexes the whole site and puts content into a single array.

make index-site

Index the site and send content to Algolia account

This command indexes the whole site and sends the array to Algolia.

make index-and-send

You can index and send content to our staging indices via:

make index-and-send-staging

Adding the KOTS documentaion alert

Simply put the following shortcode after the front matter and before the main page content (or wherever you want the alert to appear) and replace the URL with the URL to the desired article.

{{< kotsdocs "https://kots.io" >}}

help-center's People

Contributors

10dimensional avatar aj-jester avatar amberalston avatar areed avatar breezybaldwin avatar dexhorthy avatar diamonwiggins avatar divolgin avatar ebramanti avatar emosbaugh avatar gerred avatar grantmiller avatar graysonnull avatar jgruica avatar joshk avatar kherrowisc avatar laverya avatar marccampbell avatar miaawong avatar paigecalvert avatar rob0h avatar samantha-replicated avatar sgalsaleh avatar shailiej avatar smithers1221 avatar stefanrepl avatar tedpalmer1 avatar topherolson avatar vwampage avatar wlaoh avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

help-center's Issues

Running studio with headless installs guide

Create a doc that shows how to run studio w/ headless installs and testing upgrades that way

https://github.com/replicatedhq/studio/

Follow this doc https://help.replicated.com/docs/kb/developer-resources/automate-install/ for automating installations.

See https://github.com/replicatedhq/studio/#getting-started Use the https://get.replicated.com/studio easy install scripts for installing Replicated with Studio

See https://github.com/replicatedhq/studio/#iterating-on-your-yaml A new release can be created by simply updating $HOME/replicated/current.yaml

See https://help.replicated.com/api/replicatedctl/replicatedctl_app-release/ for updating replicated. You may have to source /etc/replicated.alias to get the replicatedctl command in your path. You should be able to use a combination of “replicatedctl app-release ls --pending -q” and “replicatedctl app-release apply --sequence=<sequence

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.