Skip to content
Snippets Groups Projects
  1. Mar 31, 2022
  2. Mar 30, 2022
  3. Mar 25, 2022
  4. Mar 21, 2022
  5. Mar 17, 2022
  6. Mar 15, 2022
    • Pedro Sousa's avatar
      WAF: New UI (Firewall is now Security) (#3816) · ca306082
      Pedro Sousa authored
      * Rename "Firewall" app to "Security"
      * Update capitalization of firewall rules, custom rules, and rate limiting rules
      * Add Cloudflare Free Managed Ruleset
      * WAF: Add placeholder section on firewall rules
      * Update IP lists documentation and screenshots
      ca306082
  7. Mar 09, 2022
  8. Mar 08, 2022
  9. Mar 07, 2022
  10. Mar 04, 2022
  11. Mar 03, 2022
  12. Mar 02, 2022
    • Blake Kadatz's avatar
      Document maximum key length (#3666) · c774120c
      Blake Kadatz authored
      Attempting to access KV with a key size over 512 bytes results in an error such as:
      ```
      Error: KV GET failed: 414 UTF-8 encoded length of 513 exceeds key length limit of 512.
      ```
      c774120c
  13. Mar 01, 2022
  14. Feb 28, 2022
  15. Feb 25, 2022
    • Jon Kuperman's avatar
    • Luke Edwards's avatar
      Break: Migrate to Hugo (#3609) · 607d9ffe
      Luke Edwards authored
      
      * 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: default avatarJon Kuperman <jon.kuperman@gmail.com>
      607d9ffe
Loading