Skip to content

Commit

Permalink
Drop experimental (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored Nov 30, 2024
1 parent dd372af commit 45b1847
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 26 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# [har.fyi](https://har.fyi/) 🧪
# [har.fyi](https://har.fyi/)

Reference documentation for the [HTTP Archive](https://httparchive.org/) dataset on BigQuery.

This site is still in beta and content will be added gradually. Please [contribute](#contributing) a PR to add new docs or make any corrections!
Please [contribute](#contributing) a PR to add new docs or make any corrections!

## Contributing

Expand All @@ -23,7 +23,7 @@ All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:3000` |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
Expand Down
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
site: 'https://har.fyi',
integrations: [
starlight({
title: 'har.fyi 🧪',
title: 'har.fyi',
head: [
{
tag: 'script',
Expand Down
21 changes: 0 additions & 21 deletions public/payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -1010,27 +1010,6 @@
"p75": "0.00"
}
},
"experimental_interaction_to_next_paint": {
"histogram": [
{
"start": 0,
"end": 200,
"density": 0.9835904971834437
},
{
"start": 200,
"end": 500,
"density": 0.00979671809943669
},
{
"start": 500,
"density": 0.006612784717119725
}
],
"percentiles": {
"p75": 15
}
},
"experimental_time_to_first_byte": {
"histogram": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: har.fyi
description: Learn how the HTTP Archive (HAR) dataset works and how to use it to explore the state of the web.
template: splash
hero:
tagline: A new experimental reference doc for the HTTP Archive dataset
tagline: A new reference doc for the HTTP Archive dataset
image:
file: ../../assets/mag.png
actions:
Expand Down

0 comments on commit 45b1847

Please sign in to comment.