Skip to content

Commit

Permalink
test structure
Browse files Browse the repository at this point in the history
  • Loading branch information
shainaraskas committed Apr 23, 2024
1 parent 59d0f32 commit 178ee4d
Show file tree
Hide file tree
Showing 91 changed files with 3,704 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* @elastic/docs
/.github/workflows/ @elastic/docs-engineering
25 changes: 25 additions & 0 deletions .github/workflows/docs-elastic-staging-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Staging Docs

on:
pull_request_target:
paths:
- '**.mdx'
- '**.docnav.json'
- '**.docapi.json'
- '**.devdocs.json'
- '**.jpg'
- '**.jpeg'
- '**.png'
- '**.svg'
- '**.gif'
types: [opened, closed, synchronize]

jobs:
publish:
name: Vercel Build Check
uses: elastic/workflows/.github/workflows/docs-elastic-co-publish.yml@main
secrets:
VERCEL_GITHUB_TOKEN: ${{ secrets.VERCEL_GITHUB_TOKEN }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID_DOCS_CO: ${{ secrets.VERCEL_PROJECT_ID_DOCS_CO }}
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# vscode stuff
.vscode/

# vs stuff
.vs/

# osx stuff
.DS_Store
Binary file added serverless/images/api-key-management.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 serverless/images/console-formatted-request.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 serverless/images/console-request-response.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 serverless/images/console-settings.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 serverless/images/console-unformatted-request.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 serverless/images/console-variables.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 serverless/images/create-maintenance-window.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 serverless/images/create-personal-api-key.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 serverless/images/discover-create-data-view.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 serverless/images/discover-find-data-view.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 serverless/images/edit-search-power.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 serverless/images/embed_dashboard_map.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 serverless/images/es-query-rule-conditions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 serverless/images/file-management.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 serverless/images/grok-debugger-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 serverless/images/index-management-indices.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 serverless/images/individual-role.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 serverless/images/ingest-pipelines-test.png
Binary file added serverless/images/management-data-stream.png
Binary file added serverless/images/management-enrich-policies.png
Binary file added serverless/images/ml-security-management.png
Binary file added serverless/images/org-grant-access.png
Binary file added serverless/images/org-invite-members.png
Binary file added serverless/images/painless-lab.png
Binary file added serverless/images/profiler-filter.png
Binary file added serverless/images/profiler-gs10.png
Binary file added serverless/images/profiler-gs8.png
Binary file added serverless/images/profiler-json.png
Binary file added serverless/images/profiler-overview.png
Binary file added serverless/images/reports-management.png
109 changes: 109 additions & 0 deletions serverless/images/rule-concepts-summary.svg

Large diffs are not rendered by default.

Binary file added serverless/images/sample_data_ecommerce_map.png
Binary file added serverless/images/saved-object-management.png
Binary file added serverless/images/tag-assignment.png
Binary file added serverless/images/tag-management.png
Binary file added serverless/images/timeslider_map.gif
Binary file added serverless/images/transform-management.png
29 changes: 29 additions & 0 deletions serverless/nav/serverless-devtools.docnav.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"mission": "Dev tools",
"id": "serverless-Devtools",
"landingPageId": "serverlessDevtoolsDeveloperTools",
"icon": "logoElastic",
"description": "Description to be written",
"items": [
{
"pageId": "serverlessDevtoolsRunApiRequestsInTheConsole",
"classic-sources": ["enKibanaConsoleKibana"]
},
{
"pageId": "serverlessDevtoolsProfileQueriesAndAggregations",
"classic-sources": ["enKibanaXpackProfiler"]
},
{
"pageId": "serverlessDevtoolsDebugGrokExpressions",
"classic-sources": ["enKibanaXpackGrokdebugger"]
},
{
"pageId": "serverlessDevtoolsDebugPainlessScripts",
"classic-sources": ["enKibanaPainlesslab"]
},
{
"pageId": "serverlessDevtoolsTroubleshooting",
"classic-sources": ["enElasticsearchReferenceTroubleshootingSearches"]
}
]
}
47 changes: 47 additions & 0 deletions serverless/nav/serverless-general.docnav.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"mission": "Welcome to Elastic serverless",
"id": "serverless-general",
"landingPageId": "serverlessGeneralWelcomeToServerless",
"icon": "logoElastic",
"description": "Create and manage serverless projects on Elastic Cloud",
"items": [
{
"pageId": "whatIsServerlessElastic"
},
{
"pageId": "serverlessGeneralManageOrganization",
"items": [
{
"id": "serverlessGeneralManageAccessToOrganization"
},
{
"id": "serverlessGeneralAssignUserRoles"
},
{
"id": "serverlessGeneralJoinOrganizationFromExistingCloudAccount"
}
]
},
{
"pageId": "serverlessGeneralManageProject"
},
{
"label": "Manage billing",
"pageId": "serverlessGeneralManageBilling",
"items": [
{
"id": "serverlessGeneralCheckSubscription"
},
{
"id": "serverlessGeneralMonitorUsage"
},
{
"id": "serverlessGeneralBillingHistory"
}
]
},
{
"pageId": "serverlessGeneralUserProfile"
}
]
}
76 changes: 76 additions & 0 deletions serverless/nav/serverless-project-settings.docnav.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
{
"mission": "Project and management settings",
"id": "serverless-project-settings",
"landingPageId": "serverlessProjectAndManagementSettings",
"icon": "logoElastic",
"description": "Description to be written",
"items": [
{
"pageId": "serverlessProjectSettings",
"classic-sources": ["enKibanaManagement"],
"label": "Management",
"items": [
{
"id": "serverlessApiKeys",
"classic-sources": ["enKibanaApiKeys"]
},
{
"id": "serverlessActionConnectors",
"classic-sources": ["enKibanaActionTypes"]
},
{
"id": "serverlessDataViews",
"classic-sources": ["enKibanaDataViews"]
},
{
"id": "serverlessFiles"
},
{
"id": "serverlessIndexManagement",
"classic-sources": ["enElasticsearchReferenceIndexMgmt"]
},
{
"id": "serverlessIngestPipelines"
},
{
"id": "serverlessLogstashPipelines"
},
{
"id": "serverlessMachineLearning"
},
{
"id": "serverlessMaintenanceWindows",
"classic-sources": ["enKibanaMaintenanceWindows"]
},
{
"id": "serverlessMaps"
},
{
"id": "serverlessReports"
},
{
"id": "serverlessRules",
"classic-sources": [ "enKibanaAlertingGettingStarted" ]
},
{
"id": "serverlessSavedObjects",
"classic-sources": ["enKibanaManagingSavedObjects"]
},
{
"id": "serverlessTags",
"classic-sources": ["enKibanaManagingTags"]
},
{
"id": "serverlessTransforms",
"classic-sources": ["enElasticsearchReferenceTransforms"]
}
]
},
{
"pageId": "serverlessIntegrations"
},
{
"pageId": "serverlessFleetAndElasticAgent"
}
]
}
Loading

0 comments on commit 178ee4d

Please sign in to comment.