artemii-yanushevskyi / codemagic-docs

Here you’ll find some essential information for setting up CI/CD for your Flutter app with Codemagic.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codemagic community documentation

Welcome to the Codemagic public documentation repository. As a Codemagic user, you can contribute to our documentation to improve it.

Getting started

To contribute, fork the repository, make your changes and start a pull request. All pull requests will be reviewed by the Codemagic team.

Common issues page

We invite you to help out fellow Codemagic users by describing a frequent issue and providing a solution to it. Add your entry to the "Common issues" page under Troubleshooting.

Please follow the format of existing issues for consistency.

  1. Provide a clear description of the issue and the steps to reproduce it. Keep the description short and sweet.
  2. Provide a log output, if relevant.
  3. Specify the Flutter (and Xcode) version if you think these are relevant.
  4. Describe the solution to overcome this issue.

Development

Development requires Hugo static site generator latest from releases page or with Homebrew

brew install hugo

For general info see Hugo documentation.

Content is in content in blackfriday markdown format (basic markdown example);

Layout templates are in layouts in ACE format instead of HTML (documentation) and with go template syntax for "actions" (Hugo documentation).

Preview

Preview the site in http://localhost:1313/ by launching:

./serve.sh

It will usually refresh automatically when anything is changed

For testing things that require a subdomain, add a subdomain to your hosts file:

# example for MacOS

sudo sh -c "echo '127.0.0.1\tdocs.codemagic.local' >> /etc/hosts"

and preview the site in http://docs.codemagic.local:1313/ instead.

About

Here you’ll find some essential information for setting up CI/CD for your Flutter app with Codemagic.


Languages

Language:JavaScript 81.4%Language:CSS 17.0%Language:HTML 1.4%Language:Shell 0.2%Language:Batchfile 0.1%