本文档是针对 OpenSearch 的简体中文本地化仓库。包括有 OpenSearch 引擎以及相关的一些插件。仓库中的内容是从官方 GitHub 代码库中 Fork 下来后进行编译和修改的。
Go to file
Jeff Huss 7df2e1ca48
Added to first paragraph to highlight the difference between transport and REST layer (#1662)
Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>

Signed-off-by: JeffH-AWS <jeffhuss@amazon.com>
2022-10-25 08:49:05 -07:00
.github Removes the local DCO action, adds a custom PR template, configures the inherited DCO action (#1317) 2022-09-26 17:41:45 -07:00
_clients Fix typo in Data Prepper doc (#1550) 2022-10-13 14:53:45 -05:00
_dashboards Adds Dev Tools Console documentation (#1576) 2022-10-25 11:15:12 -04:00
_data Omitting the named anchor from header Download link. (#1515) 2022-10-11 11:27:56 -07:00
_external_links Update external link to Dashboards developer guide 2021-08-27 12:46:55 -07:00
_im-plugin Add ism rollup to documentation (#1371) 2022-10-05 08:45:49 -07:00
_includes Adopts the new top nav from the website (#984) 2022-08-29 13:07:08 -05:00
_layouts Fixes the nested nav's interaction with the custom search component (#1251) 2022-09-19 12:08:52 -07:00
_ml-commons-plugin Changes learning rate description (#1546) 2022-10-12 16:46:34 -04:00
_monitoring-plugins Performance analyzer documentation updates (#1318) 2022-10-12 09:22:07 -07:00
_notifications-plugin Deleted a sentence 2022-05-25 09:45:29 -07:00
_observability-plugin Add PPL and SQL section (#1111) 2022-09-26 12:28:00 -04:00
_opensearch Add disclaimer about remote fs usage and an example of setting env var (#1644) 2022-10-21 09:22:25 -07:00
_plugins Improve logging of the link checker (#1252) 2022-09-19 11:55:18 -07:00
_replication-plugin Merge pull request #559 from opensearch-project/ccr-fix 2022-05-24 09:43:32 -05:00
_sass Addressing the loss of Open Sans on the documentation website. (#1434) 2022-10-05 10:37:04 -05:00
_search-plugins Fixes broken links in docs page main branch (#1501) 2022-10-10 09:11:08 -07:00
_security-plugin Added to first paragraph to highlight the difference between transport and REST layer (#1662) 2022-10-25 08:49:05 -07:00
_troubleshoot fixed typo in TLS troubleshooting page (#722) 2022-06-28 12:35:19 -05:00
_upgrade-to Clarified wording for upgrade approaches and added link reference to … (#841) 2022-08-02 14:30:40 -07:00
assets Allow `latest` version not to be the `current` version of the documentation 2022-05-03 11:34:40 -07:00
images Adds Dev Tools Console documentation (#1576) 2022-10-25 11:15:12 -04:00
.gitignore Add SSL configuration for Dashboards 2021-07-09 15:33:35 -07:00
404.md Initial documentation cut 2021-05-05 10:09:47 -07:00
CNAME Create CNAME 2021-05-07 12:13:42 -07:00
CODE_OF_CONDUCT.md Initial commit 2021-05-03 10:11:12 -07:00
CONTRIBUTING.md Updated contribution.md file with DCO info & updated process (#689) 2022-06-22 12:43:07 -05:00
Gemfile Add home page and experimental features section (#1146) 2022-09-14 12:27:15 -05:00
LICENSE Initial commit 2021-05-03 10:11:12 -07:00
NOTICE Remove year from copyright 2021-08-09 15:53:52 -07:00
README.md Modified the Readme.md for multiple problems (#735) 2022-07-05 11:38:07 -07:00
STYLE_API_TEMPLATE.md Adds the path and http methods section to API style guide (#1435) 2022-10-13 12:57:13 -04:00
STYLE_GUIDE.md Updates style guide title (#1660) 2022-10-24 14:08:53 -04:00
TERMS.md Update TERMS.md with definition for Setting (#1632) 2022-10-21 07:45:31 -07:00
THIRD-PARTY Initial documentation cut 2021-05-05 10:09:47 -07:00
_config.yml Adds 2.3 release (#1197) 2022-09-14 14:25:15 -04:00
breaking-changes.md Add home page and experimental features section (#1146) 2022-09-14 12:27:15 -05:00
build.sh Changed from 644 to 755 perm (#1441) 2022-10-05 10:29:28 -07:00
check-links.sh No more relative links 2021-06-09 19:15:41 -07:00
favicon.ico Initial documentation cut 2021-05-05 10:09:47 -07:00
favicon.png Initial documentation cut 2021-05-05 10:09:47 -07:00
favicon.svg Initial documentation cut 2021-05-05 10:09:47 -07:00
index.md Left justify text in table on home page (#1562) 2022-10-14 12:50:30 -07:00
maintainers.md Add maintainers.md (#1389) 2022-10-04 18:10:29 -05:00
version-history.md Adds 1.3.6 to 2.3 version history (#1470) 2022-10-06 20:45:48 -04:00

README.md

About the OpenSearch documentation repo

The documentation repository contains the documentation for OpenSearch, the search, analytics, and visualization suite with advanced security, alerting, SQL support, automated index management, deep performance analysis, and more. You can find the rendered documentation at opensearch.org/docs.

How you can help

Community contributions remain essential in keeping this documentation comprehensive, useful, well-organized, and up-to-date. If you are interested in contributing, please see the Contribution file.

Points of contact

If you encounter problems or have questions when contributing to the documentation, these people can help:

How the website works

This repository contains Markdown files organized into Jekyll "collections" (e.g., _search-plugins, _opensearch, etc.). Each Markdown file correlates with one page on the website.

Using plain text on GitHub has many advantages:

  • Everything is free, open source, and works on every operating system. Use your favorite text editor, Ruby, Jekyll, and Git.
  • Markdown is easy to learn and looks good in side-by-side diffs.
  • The workflow is no different than contributing code. Make your changes, build locally to check your work, and submit a pull request. Reviewers check the PR before merging.
  • Alternatives like wikis and WordPress are full web applications that require databases and ongoing maintenance. They also have inferior versioning and content review processes compared to Git. Static websites, such as the ones Jekyll produces, are faster, more secure, and more stable.

In addition to the content for a given page, each Markdown file contains some Jekyll front matter. Front matter looks like this:

---
layout: default
title: Alerting security
nav_order: 10
parent: Alerting
has_children: false
---

If you want to reorganize content or add new pages, keep an eye on has_children, parent, and nav_order, which define the hierarchy and order of pages in the lefthand navigation. For more information, see the documentation for our upstream Jekyll theme.

Contribute content

There are a few ways to contribute content, depending on the magnitude of the change.

Minor changes

If you want to add a few paragraphs across multiple files and are comfortable with Git, try this approach:

  1. Fork this repository.

  2. Download GitHub Desktop, install it, and clone your fork.

  3. Navigate to the repository root.

  4. Create a new branch.

  5. Edit the Markdown files in /docs.

  6. Commit, sign off, push your changes to your fork, and submit a pull request.

Major changes

If you're making major changes to the documentation and need to see the rendered HTML before submitting a pull request, here's how to make the changes and view them locally:

  1. Fork this repository.

  2. Download GitHub Desktop, install it, and clone your fork.

  3. Navigate to the repository root.

  4. Install Ruby if you don't already have it. We recommend RVM, but use whatever method you prefer:

    curl -sSL https://get.rvm.io | bash -s stable
    rvm install 2.6
    ruby -v
    
  5. Install Jekyll if you don't already have it:

    gem install bundler jekyll
    
  6. Install dependencies:

    bundle install
    
  7. Build:

    sh build.sh    
    
  8. If the build script doesn't automatically open your web browser (it should), open http://localhost:4000/docs/.

  9. Create a new branch.

  10. Edit the Markdown files in each collection (e.g. _security-plugin/).

    If you're a web developer, you can customize _layouts/default.html and _sass/custom/custom.scss.

  11. When you save a file, marvel as Jekyll automatically rebuilds the site and refreshes your web browser. This process can take anywhere from 10-30 seconds.

  12. When you're happy with how everything looks, commit, sign off, push your changes to your fork, and submit a pull request.

Writing tips

The OpenSearch team released style guidelines for our documentation and marketing content. These guidelines cover the style standards and terms to be observed when creating OpenSearch content. We ask that you please adhere to these guidelines whenever contributing content.

We also provide guidelines on terminology. For a list of OpenSearch terms, see Terms.

Classes within Markdown

This documentation uses a modified version of the just-the-docs Jekyll theme, which has some useful classes for labels and buttons:

[Get started](#get-started){: .btn .btn-blue }

## Get started
New
{: .label .label-green }
  • Labels come in default (blue), green, purple, yellow, and red.
  • Buttons come in default, purple, blue, green, and outline.
  • Warning, tip, and note blocks are available ({: .warning }, etc.).
  • If an image has a white background, you can use {: .img-border } to add a one pixel border to the image.

These classes can help with readability, but should be used sparingly. Each addition of a class damages the portability of the Markdown files and makes moving to a different Jekyll theme (or a different static site generator) more difficult.

Besides, standard Markdown elements suffice for most documentation.

Labels for APIs

Each API operation has a label indicating when it was introduced. For most operations, this label is 1.0:

## Get roles
Introduced 1.0
{: .label .label-purple }

If we introduce a breaking change to an operation, add an additional label with a link to the release note for that breaking change:

## Get roles
Introduced 1.0
{: .label .label-purple }
[Last breaking change 2.0](https://example.com)
{: .label .label-red }

Math

If you want to use the sorts of pretty formulas that MathJax allows, add has_math: true to the Jekyll page metadata. Then insert LaTeX math into HTML tags with the rest of your Markdown content:

## Math

Some Markdown paragraph. Here's a formula:

<p>
  When \(a \ne 0\), there are two solutions to \(ax^2 + bx + c = 0\) and they are
  \[x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\]
</p>

And back to Markdown.

Code of conduct

This project has adopted an Open Source Code of Conduct.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

Copyright OpenSearch contributors.