Skip to content
This repository was archived by the owner on Sep 11, 2018. It is now read-only.

contentful/slash-developers

THIS REPOSITORY IS DEPRECATED

Please do not open new PRs or issues.

Legacy README

Contributing

  • Do not modify manually files in the docs/ directory.
  • Do modify files in the raw_dows/ directory.
  • Before opening a PR, run ./generate-docs.sh. It'll prepare files in the /docs directory as described below.
  • Changes in both raw_docs/ (manually introduced) and docs/ (automatically generated) need to be committed to the repository.
  • After opening a PR, ping developers and ask for a review.

Documentation generation

Currently the ./generate-docs.sh script does two things:

Including other content

You can use hercule to include (transclude) other partial markdown files and reduce repetition. You can find the current partial files in the raw_docs/_partials folder and you include them with the following syntax:

:[Getting started tutorial intro](../../_partials/getting-started-intro.md)

Placeholders

Placeholders for variables in code examples are enclosed in angled brackets, for example:

<space_id>

When you build the documentation these are replaced with the real values you can find in placeholder-replacements.sh via the sed command. Feel free to add new variables you need.

About

THIS REPOSITORY IS DEPRECATED. Please do not open new PRs or issues.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 28