This repo contains the source for the opensearch.org website.
If you find a bug, or have a feature request, please don't hesitate to open an issue in this repository.
If you need help and are unsure where to open an issue, try forums.
We welcome contributions! Please see our CONTRIBUTING page to learn more about how to contribute to the website.
Note: As of July 20, 2021, contributions are welcome on the main
branch; the prod
branch is now protected and holds the finalized version of the site. The staging
branch has been removed and is no longer being used.
If you are a partner, you are welcome to add your logo/link to our partners page. Please copy and edit the sample file, and submit a pull request.
This site uses Jekyll. You can build the site and make it available on a local server via docker-compose up -d
, or by installing all the dependencies on your local environment as follows.
- Install Ruby and run
bundle install
. - Build and start Jekyll with
bundle exec jekyll serve
. - Browse the site at
http://127.0.0.1:4000/
.
Alternatively, build the site with bundle exec jekyll build
. The HTML output is generated into /_site
.
This project has adopted the Amazon Open Source Code of Conduct. For more information see the Code of Conduct FAQ, or contact [email protected] with any additional questions or comments.
If you discover a potential security issue in this project we ask that you notify AWS/Amazon Security via our vulnerability reporting page. Please do not create a public GitHub issue.
This project is licensed under the BSD-3-Clause License.
This website was forked from the BSD-licensed djangoproject.com.