-
Notifications
You must be signed in to change notification settings - Fork 10
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
Create index.md for github pages #4
Comments
@mlunadia I found that we can use the readme.md file as the index if we update the Pages settings. Under Build and deployment, if we change the Source to Deploy from a branch, and change the folder to *root it publishes the current main branch readme.md file as the index. I tested this out, and it appears to be working (i pulled it down in case you didn't want to use this approach). If this works for you, we can update those settings to publish the pages and close this issue. |
Done, waiting for the deployment to go through. |
Looks like it's working! I'll need to update the components page since the flow charts don't appear to be supported in github pages (at least the way they are deployed right now). I'll look into that. |
Marking this as done for now since we have the readme acting as the main page for GitHub pages. |
@mdbirnstiehl I'm working on giving you merge privileges, can we keep this one open until we can get some basic navigability in the form of a menu |
@mlunadia : isn't this issue already solved? It talks about gihub pages and the About #22 I've had a meeting with @rogercoll where he has explained to me the sections that have been outdated and we need to improve / update. We can continue the conversation about #22 in the other issue. Please let me know what you mean with |
For github pages to work we need to create an index.md page that captures an navegable overview of the EDOT ecosystem.
The index.md will be picked up as the landing page for https://elastic.github.io/opentelemetry/
Ideally we want to have an index page that can get users to the right place without having to read too much.
An example index could be (this is a quick example with a quick review not the actual thing we should do)
Welcome to Elastic Distributions for OpenTelemetry
Introduction
Welcome to the official documentation site for the OpenTelemetry integration with Elastic. This GitHub page aims to provide comprehensive information, guides, and resources to help you get started and make the most out of OpenTelemetry with Elastic.
Table of Contents
Overview
OpenTelemetry is a collection of tools and SDKs that you can use to instrument, generate, collect, and export telemetry data (metrics, logs, and traces) for analysis. The Elastic integration with OpenTelemetry allows you to send this telemetry data to Elastic for advanced analysis and visualization.
Getting Started
To get started with OpenTelemetry and Elastic, follow these steps:
Installation
To install the necessary components for using OpenTelemetry with Elastic, refer to the Installation Guide.
Configuration
lorem ipsum...
Contributing
We welcome contributions from the community. If you want to contribute to this project, please read our Contributing Guide for more information.
lorem ipsum
License
EDOT are licensed under the XYZ License. See the LICENSE file for details, lorem ipsum
Contact
If you have any questions or need further assistance, feel free to open an issue on GitHub or reach out to the maintainers.
The text was updated successfully, but these errors were encountered: