GithubHelp home page GithubHelp logo

omensight / docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fastlane/docs

0.0 0.0 0.0 51.82 MB

All the fastlane docs

Home Page: https://docs.fastlane.tools

Shell 7.02% Ruby 40.22% Python 1.54% HTML 51.22%

docs's Introduction

fastlane docs

This repo contains all documentation for fastlane. You can find the .md files inside the docs folder.

To preview the updated documentation locally, just clone the repo, modify the file, and run. Note that some of the files are in generated folder and are later copied with mkdocs pre-build hook.

mkdocs serve

The live version is available on docs.fastlane.tools.

Why new docs?

You can find more information here

Deploy changes

Once a PR is merged into master, the latest version will automatically be deployed to docs.fastlane.tools by one of the hard-working fastlane bots. No need to do anything manually. The resulting HTML files are stored in the gh-pages branch.

Installation of mkdocs

brew install python3 # if you don't have pip already
brew install pipenv
pipenv --three
# install dependencies from Pipfile.lock and run shell
pipenv install
pipenv shell

Adding a Python dependency

Likely, to add a Markdown extension, install it with pipenv install <some extension> after making sure the virtualenv is loaded (pipenv shell).

Troubleshooting local docs server

Running a local server with mkdocs serve takes several minutes. It looks like mkdocs needs some time to read available-plugins.md. It can be confirmed by running mkdocs serve --verbose as mkdocs is stuck at reading this file.

To test changes on pages other than the list of available plugins, it is convenient to edit docs/generated/available-plugins.md, removing all of its content and saving the file before running mkdocs serve.

docs's People

Contributors

krausefx avatar rogerluan avatar janpio avatar revolter avatar joshdholtz avatar ohayon avatar mfurtak avatar lucgrabowski avatar jdee avatar ainame avatar helinanever avatar danasilver avatar milch avatar hjanuschka avatar mpirri avatar acro5piano avatar janbrasna avatar stavares843 avatar appplemac avatar taquitos avatar minuscorp avatar nafu avatar cortis avatar alisoftware avatar brendanpettis avatar torgefaehrlich avatar tylermilner avatar ian-phelon avatar banyikanna avatar elitree 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.