BigDataBoutique / project-website

The source to opensearch.org

Home Page:https://opensearch.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenSearch.org Website

This repo contains the source for the opensearch.org website.

Getting Help

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.

Contributing

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.

Adding to the Partners Page

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.

Building the Website

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.

  1. Install Ruby and run bundle install.
  2. Build and start Jekyll with bundle exec jekyll serve.
  3. 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.

Code of Conduct

This project has adopted the Amazon Open Source Code of Conduct. For more information see the Code of Conduct FAQ, or contact opensource-codeofconduct@amazon.com with any additional questions or comments.

Security

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.

License

This project is licensed under the BSD-3-Clause License.

Credits

This website was forked from the BSD-licensed djangoproject.com.

About

The source to opensearch.org

https://opensearch.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 63.8%Language:SCSS 15.3%Language:HTML 12.9%Language:CoffeeScript 3.8%Language:Ruby 2.8%Language:CSS 1.0%Language:Shell 0.2%Language:Dockerfile 0.0%