Git Product home page Git Product logo

docs's Introduction

TrustedLogin Documentation Site

This is the source for the TrustedLogin documentation site. It is built using Docusaurus 2.

The docs themselves are inside the /docs folder.

To release updates

Updates are automatically released upon commit to the main branch.

To release an update locally, run the following command:

GIT_USER=<GITHUB_USERNAME> npx docusaurus deploy

See the Docusaurus docs for more information.

Annoying errors when deploying manually

Node.js version not met

If you get the [ERROR] Minimum Node.js version not met :( error, you'll need to switch the Node version. Hopefully, you've already installed nvm. If not, do that first, then run:

nvm use 18

Error: Running "git push" command failed.

Does the GitHub user account you are using have push access to the repository?

The Docusaurus docs say to do this, but it doesn't always work. If you get the "git push" error, try this instead:

GIT_USER=<GITHUB_USERNAME> USE_SSH=true yarn deploy

Okay, that still didn't work? Instead of using USE_SSH, try this instead. Make sure you're using your Personal Access Token, not your password.

GIT_USER=<GITHUB_USERNAME> GIT_PASS=<GITHUB_PERSONAL_ACCESS_TOKEN> yarn deploy

docs's People

Contributors

shelob9 avatar zackkatz avatar

Stargazers

 avatar  avatar

Watchers

 avatar  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.