Skip to content

Commit

Permalink
chore: replace excerpt with description property (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
heitortsergent authored Feb 8, 2024
1 parent 8203633 commit 34349f9
Show file tree
Hide file tree
Showing 2,130 changed files with 2,130 additions and 2,130 deletions.
2 changes: 1 addition & 1 deletion docs/sources/next/examples/api-crud-operations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'API CRUD Operations'
excerpt: 'This example covers the usage of k6 to test a REST API CRUD operations.'
description: 'This example covers the usage of k6 to test a REST API CRUD operations.'
weight: 10
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/bundling-and-transpilation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Bundling and transpilation'
redirect: 'https://github.com/k6io/k6-es6/'
excerpt: |
description: |
Reference project demonstrating how to use webpack and babel to bundle
node modules or transpile code to ES5.1+ for usage in k6 tests.
weight: 18
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/cookies-example.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Cookies Example'
excerpt: 'Scripting examples on how you can interact with cookies during your load test if required.'
description: 'Scripting examples on how you can interact with cookies during your load test if required.'
weight: 08
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/correlation-and-dynamic-data.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Correlation and Dynamic Data'
slug: '/correlation-and-dynamic-data'
excerpt: |
description: |
Scripting examples on how to correlate dynamic data in your test script. Correlation is
often required when using the Chrome Extension or HAR converter to generate your test script.
This is due to the fact that those tools will capture session IDs, CSRF tokens, VIEWSTATE,
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/crawl-webpage.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Crawl a web page'
redirect: 'https://stackoverflow.com/questions/60927653/downloading-whole-websites-with-k6/'
excerpt: |
description: |
Stack overflow answer demonstrating how to crawl a web page
weight: 17
---
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/data-generation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Generating realistic data'
redirect: 'https://github.com/k6io/example-data-generation/'
excerpt: |
description: |
Reference project demonstrating how to generate data with realistic traits at runtime using faker.js
weight: 16
---
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/data-parameterization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Data Parameterization'
excerpt: |
description: |
Scripting examples on how to parameterize data in a test script. Parameterization is typically
necessary when Virtual Users(VUs) will make a POST, PUT, or PATCH request in a test.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/data-uploads.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Data Uploads'
excerpt: 'Scripting examples on how to execute a load test that will upload a file to the System Under Test (SUT).'
description: 'Scripting examples on how to execute a load test that will upload a file to the System Under Test (SUT).'
weight: 09
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/distribute-workloads.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Distribute workloads across VUs
excerpt: How to configure different amounts of traffic for different VU behaviors
description: How to configure different amounts of traffic for different VU behaviors
slug: /distribute-workloads
weight: 24
---
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/functional-testing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Functional testing'
excerpt: |
description: |
Use Chaijs library for functional and integration testing.
weight: 19
---
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/generating-uuids.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Generating UUIDs'
excerpt: 'Scripting example on how to generate UUIDs in your load test.'
description: 'Scripting example on how to generate UUIDs in your load test.'
weight: 11
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/get-started-with-k6/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Get started with k6'
excerpt: A series of docs to learn how to use the major features of k6
description: A series of docs to learn how to use the major features of k6
weight: 01
weight: -10
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Analyze results
excerpt: Use k6 to write custom metrics and filter results.
description: Use k6 to write custom metrics and filter results.
weight: 300
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Reuse and re-run tests
excerpt: Modularize your k6 test logic and workload configuration.
description: Modularize your k6 test logic and workload configuration.
weight: 400
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Test for functional behavior
excerpt: Use k6 to write requests and assert that they respond correctly
description: Use k6 to write requests and assert that they respond correctly
weight: 100
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Test for performance
excerpt: Write thresholds to evaluate performance criteria, then increase load to see how the system performs.
description: Write thresholds to evaluate performance criteria, then increase load to see how the system performs.
weight: 200
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Get timings for an HTTP metric
excerpt: How to calculate timings for an individual k6 metric
description: How to calculate timings for an individual k6 metric
weight: 23
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/html-forms.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'HTML Forms'
excerpt: 'Scripting example on how to handle HTML forms in a k6 test.'
description: 'Scripting example on how to handle HTML forms in a k6 test.'
weight: 07
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/http-authentication.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'HTTP Authentication'
excerpt: 'Scripting examples on how to use different authentication or authorization methods in your load test.'
description: 'Scripting examples on how to use different authentication or authorization methods in your load test.'
weight: 02
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/http2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'HTTP2'
excerpt: 'Information on how to load test HTTP/2.'
description: 'Information on how to load test HTTP/2.'
weight: 12
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/instant-load-increase.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Instant load increase'
excerpt: 'Scripting example on how to instantly increase the number of VUs or iterations and hold them for a period of time'
description: 'Scripting example on how to instantly increase the number of VUs or iterations and hold them for a period of time'
draft: 'false'
weight: 22
---
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/oauth-authentication.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'OAuth Authentication'
excerpt: 'Scripting examples on how to use OAuth authentication in your load test.'
description: 'Scripting examples on how to use OAuth authentication in your load test.'
weight: 03
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/parse-html.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Parse HTML'
excerpt: 'Scripting examples parsing HTML content.'
description: 'Scripting examples parsing HTML content.'
weight: 06
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/single-request.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Single request'
excerpt: 'Example of one HTTP GET request'
description: 'Example of one HTTP GET request'
draft: 'false'
weight: 01
---
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/soap.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'SOAP'
excerpt: 'Load Testing SOAP API.'
description: 'Load Testing SOAP API.'
weight: 14
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/tls.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Transport Layer Security (TLS)'
excerpt: |
description: |
TLS is the mechanism through which encrypted connections can be established between clients and
servers on the web and through which data can flow with integrity intact.
weight: 15
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/tracking-data-per.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Track transmitted data per URL'
slug: '/track-transmitted-data-per-url'
excerpt: 'This example shows how to track data sent and received for a individual URL.'
description: 'This example shows how to track data sent and received for a individual URL.'
weight: 20
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/tutorials/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Tutorials'
excerpt: 'k6 Tutorials'
description: 'k6 Tutorials'
weight: 26
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/url-query-parameters.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'URLs with query parameters'
excerpt: 'Scripting examples using URL and URLSearchParams modules.'
description: 'Scripting examples using URL and URLSearchParams modules.'
weight: 21
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/examples/websockets.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'WebSockets'
excerpt: |
description: |
Scripting example on how to use WebSocket API in k6.
weight: 13
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Build a k6 binary using Docker'
excerpt: 'Guide to build a k6 binary with extensions using Docker.'
description: 'Guide to build a k6 binary with extensions using Docker.'
weight: 03
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/extensions/build-k6-binary-using-go.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Build a k6 binary using Go'
excerpt: 'Guide to build a k6 binary that includes one or many extensions using xk6.'
description: 'Guide to build a k6 binary that includes one or many extensions using xk6.'
weight: 02
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/extensions/create/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Create a k6 extension'
menuTitle: 'Create an extension'
excerpt: 'Creating k6 extensions does not have to be a daunting task, but there are some prerequisites to succeed.'
description: 'Creating k6 extensions does not have to be a daunting task, but there are some prerequisites to succeed.'
weight: 04
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'JavaScript Extensions'
excerpt: 'Follow these steps to build a JS extension for k6.'
description: 'Follow these steps to build a JS extension for k6.'
weight: 01
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/extensions/create/output-extensions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Output Extensions'
excerpt: 'Follow these steps to build an output extension for k6.'
description: 'Follow these steps to build an output extension for k6.'
weight: 02
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Extension Graduation
excerpt: Some extensions are created with the intent to become a part of core of k6.
description: Some extensions are created with the intent to become a part of core of k6.
weight: 03
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About the Extensions Registry
excerpt: Reasons for the registry and what is required to be included.
description: Reasons for the registry and what is required to be included.
weight: 01
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/extensions/explanations/go-js-bridge.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: About the Go-to-JS bridge
excerpt: Technical details about how JavaScript works in the goja engine.
description: Technical details about how JavaScript works in the goja engine.
weight: 02
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/get-started/installation/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Installation'
excerpt: 'k6 has packages for Linux, Mac, and Windows. As alternatives, you can also using a Docker container or a standalone binary.'
description: 'k6 has packages for Linux, Mac, and Windows. As alternatives, you can also using a Docker container or a standalone binary.'
weight: 02
weight: 02
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Troubleshooting'
excerpt: 'Instructions to fix the most common installation issues.'
description: 'Instructions to fix the most common installation issues.'
weight: 01
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/get-started/resources.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: k6 resources
excerpt: 'An overview of the k6 resources beyond the k6 docs: videos, repositories, test servers, courses, and more'
description: 'An overview of the k6 resources beyond the k6 docs: videos, repositories, test servers, courses, and more'
weight: 05
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/get-started/results-output.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Results output'
excerpt: 'For basic tests, the top-level summary that k6 provides might be enough. For detailed analysis, you can stream all data your test outputs to an external source.'
description: 'For basic tests, the top-level summary that k6 provides might be enough. For detailed analysis, you can stream all data your test outputs to an external source.'
weight: 04
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/get-started/running-k6.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Running k6'
excerpt: 'Follow along to learn how to run a test, add virtual users, increase the test duration, and ramp the number of requests up and down as the test runs.'
description: 'Follow along to learn how to run a test, add virtual users, increase the test duration, and ramp the number of requests up and down as the test runs.'
weight: 03
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/javascript-api/error-codes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Error Codes'
excerpt: 'Error codes are unique numbers that can be used to identify and handle different application and network errors more easily.'
description: 'Error codes are unique numbers that can be used to identify and handle different application and network errors more easily.'
weight: 13
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/javascript-api/init-context/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'Init context'
excerpt: 'The init context (aka "init code") is code in the global context that has access to a few functions not accessible during main script execution.'
description: 'The init context (aka "init code") is code in the global context that has access to a few functions not accessible during main script execution.'
weight: 01
---

Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/javascript-api/init-context/open.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
head_title: 'JavaScript API: open'
title: 'open( filePath, [mode] )'
description: 'Opens a file and reads all the contents into memory.'
excerpt: 'Opens a file and reads all the contents into memory.'
description: 'Opens a file and reads all the contents into memory.'
---

# open( filePath, [mode] )
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/next/javascript-api/jslib/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 'jslib'
excerpt: 'External JavaScript libraries for k6'
description: 'External JavaScript libraries for k6'
weight: 15
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 'EventBridgeClient'
head_title: 'EventBridgeClient'
description: 'EventBridgeClient allows interacting with AWS EventBridge service'
excerpt: 'EventBridgeClient class allows sending custom events to Amazon EventBridge so that they can be matched to rules.'
description: 'EventBridgeClient class allows sending custom events to Amazon EventBridge so that they can be matched to rules.'
weight: 00
---

Expand Down
Loading

0 comments on commit 34349f9

Please sign in to comment.