-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
(cherry picked from commit 569e248) Signed-off-by: Fanit Kolchina <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: astephanus <[email protected]>
- Loading branch information
1 parent
831ed90
commit d10bd7c
Showing
25 changed files
with
3,191 additions
and
1,048 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
message: "[OpenSearch 2.3 is live 🍾!](/downloads.html)" | ||
message: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
/*! | ||
* Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome | ||
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) | ||
*/ | ||
|
||
@import "font-awesome/variables"; | ||
@import "font-awesome/mixins"; | ||
@import "font-awesome/path"; | ||
@import "font-awesome/core"; | ||
@import "font-awesome/larger"; | ||
@import "font-awesome/fixed-width"; | ||
@import "font-awesome/list"; | ||
@import "font-awesome/bordered-pulled"; | ||
@import "font-awesome/spinning"; | ||
@import "font-awesome/rotated-flipped"; | ||
@import "font-awesome/stacked"; | ||
@import "font-awesome/icons"; |
Oops, something went wrong.