Skip to content
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

[mdx → asciidoc] Add AsciiDoc serverless files #168

Merged
merged 26 commits into from
Nov 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
19d80fd
migrate mdx to asciidoc
colleenmcginnis Oct 29, 2024
8d5f174
hard code stack version
colleenmcginnis Oct 29, 2024
523353e
try including shared attributes using asciidoc-dir
colleenmcginnis Oct 29, 2024
238a45f
clean up landing page, add project-settings, add badges, replace doc …
colleenmcginnis Oct 29, 2024
3d68b2d
fix broken link
colleenmcginnis Oct 29, 2024
67ad197
clean up links
colleenmcginnis Oct 30, 2024
eb30b76
fix attributes in parentheses
colleenmcginnis Oct 30, 2024
0415437
add missing attributes
colleenmcginnis Oct 30, 2024
3b99300
fix cloud regions page
colleenmcginnis Oct 30, 2024
fda4729
fix connections page, add missing security pages
colleenmcginnis Oct 30, 2024
bfa6532
qa general
colleenmcginnis Oct 30, 2024
6738c08
qa elasticsearch
colleenmcginnis Oct 30, 2024
54e6992
qa devtools
colleenmcginnis Oct 31, 2024
742d2dc
qa project-settings
colleenmcginnis Oct 31, 2024
246642b
qa hidden pages
colleenmcginnis Oct 31, 2024
0ac6708
simplify landing page
colleenmcginnis Oct 31, 2024
50d7a5f
Fix MDX syntax, broken links, and use of updated variables (#159)
colleenmcginnis Nov 1, 2024
d23fae4
Merge branch 'main' into mdx-to-asciidoc
colleenmcginnis Nov 4, 2024
c17e46f
clean post rebase and qa
colleenmcginnis Nov 4, 2024
0ead907
restructure index
colleenmcginnis Nov 4, 2024
5b5f674
update readme
colleenmcginnis Nov 4, 2024
4cf695e
flatten into one pages directory again
colleenmcginnis Nov 4, 2024
ae55bf1
move non-published files back to pages directory
colleenmcginnis Nov 4, 2024
19d1f43
use asciidoc-dir
colleenmcginnis Nov 4, 2024
77969a9
update id to fix redirect
colleenmcginnis Nov 4, 2024
531df89
comment out description and keywords
colleenmcginnis Nov 4, 2024
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
Prev Previous commit
Next Next commit
update readme
colleenmcginnis committed Nov 4, 2024

Verified

This commit was signed with the committer’s verified signature.
colleenmcginnis Colleen McGinnis
commit 5b5f6749ce7f9fd0a5c723bfb573d2f07fd5068a
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# docs-content

This repo contains most of our Elastic Serverless documentation, including:
This repo contains most of our Elastic Serverless documentation, including:

- [Overview content](https://www.elastic.co/docs/current/serverless)
- [Elasticsearch](https://www.elastic.co/docs/current/serverless/elasticsearch/what-is-elasticsearch-serverless)
- [Dev tools](https://www.elastic.co/docs/current/serverless/devtools/developer-tools)
- [Project and management settings](https://www.elastic.co/docs/current/serverless/project-and-management-settings)

> Not the docs you're looking for? Try the following:
>
>
> - For Elastic Observability, visit [elastic/observability-docs](https://github.com/elastic/observability-docs).
> - For Elastic Security, visit [elastic/security-docs](https://github.com/elastic/security-docs).
> - For all other documentation, click the **✏️ edit** button on any page to jump to its source in GitHub.
@@ -21,7 +21,7 @@ All documentation pull requests automatically add the [@platform-docs](https://g

If you find any bugs in our documentation, or want to request an enhancement, then you can open an issue using our template. We also welcome contributions in the form of PRs. Before you submit a PR, make sure that you have signed our [Contributor License Agreement](https://www.elastic.co/contributor-agreement/).

This documentation uses a custom syntax written in [MDX](https://mdxjs.com/). In many cases, you only need to know plain markdown to contribute. We'll add a public component reference and additional contribution guidelines in future. Elasticians can refer to our [internal syntax reference](https://docs.elastic.dev/docsmobile/syntax).
This documentation uses [AsciiDoc](https://github.com/elastic/docs?tab=readme-ov-file#asciidoc-guide).

## Preview the docs