Skip to content

Commit 607d9ff

Browse files
lukeedjkup
andauthored
Break: Migrate to Hugo (cloudflare#3609)
* import migrate directory * create _index.html & docs.html * move products -> content * migrate docs-configs -> data yaml * initial code style * remove docs-engine content * normalize; fix links, images, frontmatter * mdx -> hugo partials * rewrite partial & component imports * rename list pages to _index.md * import robots.txt file * rm -rf products * import static content files * import assets directory * import layouts directory * import config.toml file * import .vscode dir * update root files * update github actions * import Pages build scripts * remove migrate directory * remove component dirs * remove website dir * manual: import content-table page layout w/ overrides * manual: fix runtime-api html markup * manual: whitespace for quickstarts * manual: update example pages * manual: update root files * manual: update pages tutorial layout * manual: import stylesheets * manual: fix layout, sidebar, pages-images * manual: remove duplicate `content/*/images` files * fix(sidebar): render expanded subnav when section-index active; - example: /workers/platform/ - example: /workers/platform/sites/ * manual: ensure correct product names in sidebar * fix(sidebar): ensure "/examples/" pages not in sidebar * manual: import icons, favicon, & manifest * manual: valid og:image asset paths * fix(theme): only auto-detect system theme if no lcs value * fix(events): handle focus attrs for topbar search inputs * fix: attach `home.ts` script to `home` layout * manual: misc formatting fixes * fix(highlight): find/render indented code snippets * chore: file perm changes post-build * updating image paths * manual: code formatting updates; - add code fences if missing - remove useless trailing newline * fix links in headers * manual: more `highlight` code normalization; - allow `content/images` directory to be highlighted * convert link to markdown for styling * Override layout for DDOS landing pages * manual: generate `sponsorships.html` page * manual: feedback batch * fix theme button * fix(theme): operation ordering, oops * chore: save format output Co-authored-by: Jon Kuperman <[email protected]>
1 parent 15447c2 commit 607d9ff

File tree

4,850 files changed

+118513
-949184
lines changed

Some content is hidden

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

4,850 files changed

+118513
-949184
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_size = 2
6+
indent_style = space
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = false
11+
12+
[Makefile]
13+
indent_style = tab

.github/ISSUE_TEMPLATE/issue_template.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,20 @@ about: Submit this issue to help us improve documentation
44
title: ''
55
labels: documentation
66
assignees: ''
7-
87
---
98

109
### Expected Behavior
10+
1111
Link to the documentation or explain the expected outcome of following the documentation.
1212

1313
### Actual Behavior
14+
1415
Explain what actually happens when you follow the documentation.
1516

1617
### Section that requires update
18+
1719
Provide a link to the page that needs an update and be specific about which section requires the update.
1820

1921
### Additional information
22+
2023
Any other details or screenshots you think are relevant.

0 commit comments

Comments
 (0)