# developers.adobe.com **Repository Path**: mirrors_adobe/developers.adobe.com ## Basic Information - **Project Name**: developers.adobe.com - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # developers.adobe.com This project is a static sister to the current adobe.io site. It is meant as an origin source for the fastly configuration and a future publishing desination for the parliament-based site. ## Developing for this project * Javacript code style should follow the [Airbnb JavaScript Style Guide()](https://github.com/airbnb/javascript) ### Requirements * [Ruby](https://www.ruby-lang.org/en/downloads/) version **{{ site.data.ruby.min_version }}** or above, including all development headers (ruby version can be checked by running `ruby -v`) * [RubyGems](https://rubygems.org/pages/download) (which you can check by running `gem -v`) * [GCC](https://gcc.gnu.org/install/) and [Make](https://www.gnu.org/software/make/) (in case your system doesn't have them installed, which you can check by running `gcc -v`,`g++ -v` and `make -v` in your system's command line interface) ### Installation Though this will change, the current version is based on [Jekyll](https://jekyllrb.com/). See the [Jekyll Docs](https://jekyllrb.com/docs/) for installation details. ### Contributing Contributions are welcomed! Read the [Contributing Guide](./.github/CONTRIBUTING.md) for more information. ### Licensing This project is licensed under the MIT License. See [LICENSE](LICENSE) for more information.