Skip to content

Add syntax quick ref #834

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 64 commits into from
Apr 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
1f6c76b
Add quick ref
marciw Mar 25, 2025
e044934
Add Headings
alaudazzi Mar 28, 2025
e562133
Add Anchor links
alaudazzi Mar 28, 2025
e025a4e
Add Admonitions
alaudazzi Mar 28, 2025
1389173
Merge branch 'main' into syntax-quick-ref
marciw Mar 29, 2025
47a6869
add example entry
marciw Mar 29, 2025
8e5c566
make it clear this is WIP
marciw Mar 29, 2025
3725808
Fix formatting
alaudazzi Mar 30, 2025
351682c
Fix formatting
alaudazzi Mar 30, 2025
16bead6
Add Applies to
alaudazzi Mar 30, 2025
2742543
Add code block
alaudazzi Mar 31, 2025
52a6001
Add code callouts
alaudazzi Mar 31, 2025
89887cf
Add callout examples
alaudazzi Mar 31, 2025
f074640
Add comments
alaudazzi Mar 31, 2025
e894f4a
Add dropdown
alaudazzi Mar 31, 2025
a7a9948
cleanup, wip notes
marciw Mar 31, 2025
28bcd63
oops
marciw Mar 31, 2025
6dcf402
more cleanup and editing
marciw Apr 2, 2025
d96625b
fix comment
marciw Apr 2, 2025
d5819e1
fix dropdown dropdowns
marciw Apr 2, 2025
4bcce60
too many dropdowns
marciw Apr 2, 2025
eed6f0d
more edits
marciw Apr 3, 2025
8dc00bf
add missing closing backticks
marciw Apr 3, 2025
113123c
alpha order
marciw Apr 3, 2025
7aeb1cc
add list entry
marciw Apr 3, 2025
d60698a
add links, fix callouts
marciw Apr 3, 2025
63ba401
edit appplies_to
marciw Apr 3, 2025
d6fef48
add wip spot for inline applies-to
marciw Apr 3, 2025
aac4cb6
custom anchor
marciw Apr 3, 2025
bf43845
Merge branch 'main' into syntax-quick-ref
marciw Apr 3, 2025
b2ebf7f
simplify admonitions
marciw Apr 3, 2025
28f6db1
separators, edits
marciw Apr 3, 2025
978b8ff
simplify dropdowns
marciw Apr 3, 2025
67257a8
add tables
marciw Apr 3, 2025
ba8b0b3
match syntax guide
marciw Apr 3, 2025
fdf00ce
add tabs
marciw Apr 3, 2025
06c9da2
add navigation title
marciw Apr 3, 2025
7a5e6de
add inline formatting, cleanup
marciw Apr 3, 2025
fe05a86
add images
marciw Apr 3, 2025
740ec8b
fix images entry
marciw Apr 3, 2025
d968228
Merge branch 'main' into syntax-quick-ref
marciw Apr 3, 2025
b1ae43c
update images
marciw Apr 3, 2025
ae3f701
test swapping the order
marciw Apr 3, 2025
4b38966
consistent, logical order
marciw Apr 3, 2025
36bdf5a
update template
marciw Apr 3, 2025
8d6f72c
ever upward
marciw Apr 3, 2025
a9955ee
add multi-line comments; cleanup
marciw Apr 3, 2025
e354481
move images, update applies_to
marciw Apr 3, 2025
1b78d77
Update quick-ref.md
marciw Apr 3, 2025
09cc617
fix from docs eng
marciw Apr 4, 2025
8967523
fix from docs eng
marciw Apr 4, 2025
3b6c376
Merge branch 'main' into syntax-quick-ref
marciw Apr 4, 2025
b0f4e18
remove WIP
marciw Apr 7, 2025
df7f257
remove WIP
marciw Apr 7, 2025
f70e22c
remove WIP
marciw Apr 7, 2025
a1e0e0c
remove WIP
marciw Apr 7, 2025
03d2a2a
remove WIP
marciw Apr 7, 2025
fa87193
remove WIP
marciw Apr 7, 2025
662e332
remove WIP
marciw Apr 7, 2025
02ab7e4
remove WIP
marciw Apr 7, 2025
ec57473
remove WIP
marciw Apr 7, 2025
e7d5507
remove WIP
marciw Apr 7, 2025
98f191f
remove WIP
marciw Apr 7, 2025
33032fd
Merge branch 'main' into syntax-quick-ref
marciw Apr 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/_docset.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project: 'doc-builder'

Check notice on line 1 in docs/_docset.yml

View workflow job for this annotation

GitHub Actions / build

Substitution key 'ech' is not used in any file

Check notice on line 1 in docs/_docset.yml

View workflow job for this annotation

GitHub Actions / build

Substitution key 'kib' is not used in any file
max_toc_depth: 2
# indicates this documentation set is not linkable by assembler.
# relaxes a few restrictions around toc building and file placement
Expand All @@ -13,6 +13,8 @@
serverless-short: Serverless
ece: "Elastic Cloud Enterprise"
eck: "Elastic Cloud on Kubernetes"
ech: "Elastic Cloud Hosted"
kib: "Kibana"

features:
primary-nav: false
Expand Down Expand Up @@ -68,6 +70,7 @@
- folder: syntax
children:
- file: index.md
- file: quick-ref.md
- file: headings.md
- file: admonitions.md
- file: applies.md
Expand Down
Binary file added docs/syntax/img/annotations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/syntax/img/bear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/syntax/img/headings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/syntax/img/nav-title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading