Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
2b16cd2
import migrate directory
lukeed Feb 25, 2022
bfd3fd9
create _index.html & docs.html
lukeed Feb 25, 2022
2b4c1d0
move products -> content
lukeed Feb 25, 2022
d4d3841
migrate docs-configs -> data yaml
lukeed Feb 25, 2022
ae50468
initial code style
lukeed Feb 25, 2022
03b25b3
remove docs-engine content
lukeed Feb 25, 2022
2ae44b3
normalize; fix links, images, frontmatter
lukeed Feb 25, 2022
b10a0fa
mdx -> hugo partials
lukeed Feb 25, 2022
dbd9cc6
rewrite partial & component imports
lukeed Feb 25, 2022
787eb38
rename list pages to _index.md
lukeed Feb 25, 2022
32d728e
import robots.txt file
lukeed Feb 25, 2022
42eb9c4
rm -rf products
lukeed Feb 25, 2022
526b44d
import static content files
lukeed Feb 25, 2022
79cd856
import assets directory
lukeed Feb 25, 2022
3b7bf6b
import layouts directory
lukeed Feb 25, 2022
e3ad414
import config.toml file
lukeed Feb 25, 2022
8da3d48
import .vscode dir
lukeed Feb 25, 2022
bece42f
update root files
lukeed Feb 25, 2022
f6c755a
update github actions
lukeed Feb 25, 2022
0c7e865
import Pages build scripts
lukeed Feb 25, 2022
c8031fa
remove migrate directory
lukeed Feb 25, 2022
7cb5d8c
remove component dirs
lukeed Feb 25, 2022
4c166c9
remove website dir
lukeed Feb 25, 2022
afe505c
manual: import content-table page layout w/ overrides
lukeed Feb 23, 2022
8f0b99a
manual: fix runtime-api html markup
lukeed Feb 23, 2022
199fdd5
manual: whitespace for quickstarts
lukeed Feb 23, 2022
62af179
manual: update example pages
lukeed Feb 23, 2022
e43a08a
manual: update root files
lukeed Feb 23, 2022
17b0fca
manual: update pages tutorial layout
lukeed Feb 23, 2022
8ccd36b
manual: import stylesheets
lukeed Feb 23, 2022
9201604
manual: fix layout, sidebar, pages-images
lukeed Feb 23, 2022
d0972b9
manual: remove duplicate `content/*/images` files
lukeed Feb 23, 2022
0930aff
fix(sidebar): render expanded subnav when section-index active;
lukeed Feb 24, 2022
d6a889a
manual: ensure correct product names in sidebar
lukeed Feb 24, 2022
7fb056e
fix(sidebar): ensure "/examples/" pages not in sidebar
lukeed Feb 24, 2022
1bec5b9
manual: import icons, favicon, & manifest
lukeed Feb 24, 2022
e9cfdd1
manual: valid og:image asset paths
lukeed Feb 24, 2022
094fcb9
fix(theme): only auto-detect system theme if no lcs value
lukeed Feb 24, 2022
e9014e4
fix(events): handle focus attrs for topbar search inputs
lukeed Feb 24, 2022
e2a60c2
fix: attach `home.ts` script to `home` layout
lukeed Feb 24, 2022
5ef8208
manual: misc formatting fixes
lukeed Feb 25, 2022
036dd59
fix(highlight): find/render indented code snippets
lukeed Feb 25, 2022
b3085cd
chore: file perm changes post-build
lukeed Feb 25, 2022
ae5994b
updating image paths
jkup Feb 25, 2022
b6005ee
manual: code formatting updates;
lukeed Feb 25, 2022
df8a58d
fix links in headers
jkup Feb 25, 2022
534cfbd
manual: more `highlight` code normalization;
lukeed Feb 25, 2022
ecfcd36
convert link to markdown for styling
jkup Feb 25, 2022
4ada428
Override layout for DDOS landing pages
jkup Feb 25, 2022
c6f2c60
manual: generate `sponsorships.html` page
lukeed Feb 25, 2022
cccc3cb
manual: feedback batch
lukeed Feb 25, 2022
45283e5
fix theme button
lukeed Feb 25, 2022
285ebbe
fix(theme): operation ordering, oops
lukeed Feb 25, 2022
ce64f4d
chore: save format output
lukeed Feb 25, 2022
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# http://editorconfig.org
root = true

[*]
indent_size = 2
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false

[Makefile]
indent_style = tab
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@ about: Submit this issue to help us improve documentation
title: ''
labels: documentation
assignees: ''

---

### Expected Behavior

Link to the documentation or explain the expected outcome of following the documentation.

### Actual Behavior

Explain what actually happens when you follow the documentation.

### Section that requires update

Provide a link to the page that needs an update and be specific about which section requires the update.

### Additional information

Any other details or screenshots you think are relevant.
Loading