Skip to content

Commit 15ac8ab

Browse files
committed
clean
1 parent 151a34d commit 15ac8ab

File tree

218 files changed

+15031
-16025
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

218 files changed

+15031
-16025
lines changed

.github/workflows/pages.yml

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -1,73 +0,0 @@
1-
name: Deploy Jekyll site to Pages
2-
3-
on:
4-
push:
5-
branches: ['romanG/api-reference']
6-
pull_request:
7-
branches: ['romanG/api-reference']
8-
workflow_dispatch:
9-
10-
permissions:
11-
contents: read
12-
pages: write
13-
id-token: write
14-
15-
concurrency:
16-
group: 'pages'
17-
cancel-in-progress: false
18-
19-
jobs:
20-
build:
21-
runs-on: ubuntu-latest
22-
steps:
23-
- name: Checkout
24-
uses: actions/checkout@v4
25-
26-
- name: Setup Node.js
27-
uses: actions/setup-node@v4
28-
with:
29-
node-version: '18'
30-
31-
- name: Fix API documentation links
32-
run: |
33-
node scripts/fix-api-docs.js
34-
35-
- name: Setup Ruby
36-
uses: ruby/setup-ruby@v1
37-
with:
38-
ruby-version: '3.2'
39-
bundler-cache: true
40-
working-directory: ./docs
41-
42-
- name: Setup Pages
43-
id: pages
44-
uses: actions/configure-pages@v4
45-
46-
- name: Install dependencies
47-
run: |
48-
cd docs
49-
bundle install
50-
51-
- name: Build with Jekyll
52-
run: |
53-
cd docs
54-
bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
55-
env:
56-
JEKYLL_ENV: production
57-
58-
- name: Upload artifact
59-
uses: actions/upload-pages-artifact@v3
60-
with:
61-
path: ./docs/_site
62-
63-
deploy:
64-
environment:
65-
name: github-pages
66-
url: ${{ steps.deployment.outputs.page_url }}
67-
runs-on: ubuntu-latest
68-
needs: build
69-
if: github.ref == 'refs/heads/romanG/api-reference'
70-
steps:
71-
- name: Deploy to GitHub Pages
72-
id: deployment
73-
uses: actions/deploy-pages@v4

docs/Gemfile

Lines changed: 0 additions & 13 deletions
This file was deleted.

docs/_config.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/_layouts/default.html

Lines changed: 0 additions & 62 deletions
This file was deleted.

docs/assets/css/style.scss

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/browser-logs.datadoglogs.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2-
3-
[Home](index.html) &gt; <a href="browser-logs.html">@datadog/browser-logs</a> &gt; <a href="browser-logs.datadoglogs.html">datadogLogs</a>
4-
5-
## datadogLogs variable
6-
7-
**Signature:**
8-
9-
```typescript
10-
datadogLogs: LogsPublicApi
11-
```
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](index.html) &gt; <a href="browser-logs.html">@datadog/browser-logs</a> &gt; <a href="browser-logs.datadoglogs.html">datadogLogs</a>
4+
5+
## datadogLogs variable
6+
7+
**Signature:**
8+
9+
```typescript
10+
datadogLogs: LogsPublicApi
11+
```

docs/browser-logs.handlertype.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2-
3-
[Home](index.html) &gt; <a href="browser-logs.html">@datadog/browser-logs</a> &gt; <a href="browser-logs.handlertype.html">HandlerType</a>
4-
5-
## HandlerType variable
6-
7-
**Signature:**
8-
9-
```typescript
10-
HandlerType: {
11-
readonly console: "console";
12-
readonly http: "http";
13-
readonly silent: "silent";
14-
}
15-
```
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](index.html) &gt; <a href="browser-logs.html">@datadog/browser-logs</a> &gt; <a href="browser-logs.handlertype.html">HandlerType</a>
4+
5+
## HandlerType variable
6+
7+
**Signature:**
8+
9+
```typescript
10+
HandlerType: {
11+
readonly console: "console";
12+
readonly http: "http";
13+
readonly silent: "silent";
14+
}
15+
```

0 commit comments

Comments
 (0)