Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
3cd6252
feat: add AI dropdown menu with page actions to documentation
VitorAEltz Oct 16, 2025
44cee30
chore: simplify "View as Markdown" label to "View Markdown" in Englis…
VitorAEltz Oct 16, 2025
fa631a4
fix links on docs at guides index page (#1929)
GabrielAzion Oct 20, 2025
8e4b622
Changing-arqs-images-new-product-names-infrastructure-and-microservic…
GabrielAzion Oct 21, 2025
a61208c
Changing arqs images new product names edge modernization native (#1931)
GabrielAzion Oct 21, 2025
840c230
fixed upstream status in rte docs (#1932)
LuizaVSantos Oct 21, 2025
93a8255
change-arqs-images-new-products-names (#1933)
GabrielAzion Oct 21, 2025
bd298a5
update-images-arqs-new-product-names (#1934)
GabrielAzion Oct 22, 2025
69f8a20
update-images-arqs-new-product-names-azion-copilot-assistant-architec…
GabrielAzion Oct 22, 2025
fc1e6c3
changing-from-edge-network-to-global-infrastructure (#1937)
GabrielAzion Oct 23, 2025
2907341
updating-products-names-arquiteturas-pt_br (#1936)
GabrielAzion Oct 23, 2025
7e3bd0c
images-for-new-names-products (#1939)
GabrielAzion Oct 27, 2025
5c726be
fix-documentacao_produtos_guias_sso-microsoft-entra-saml (#1940)
GabrielAzion Oct 28, 2025
02a9f4e
fix-documentacao_Multi-Factor-Authentication (#1941)
GabrielAzion Oct 28, 2025
5a77c3d
Fix-documentacao_produtos_guias_sso-microsoft-entra-saml-EN (#1942)
GabrielAzion Oct 28, 2025
8066f93
fix-documentacao_SQL-Database (#1943)
GabrielAzion Oct 28, 2025
01be082
Fix: old products names on docs november 03 25 (#1944)
GabrielAzion Nov 3, 2025
c4b1271
Fix: old product names on docs (#1945)
GabrielAzion Nov 3, 2025
f854453
fix: old product names at help center (#1946)
GabrielAzion Nov 3, 2025
cad4353
fix: old product names on docs edge functions (#1947)
GabrielAzion Nov 4, 2025
cc0b1eb
Fixing-old-product-names-on-docs-more-files-04-11-25-certificate-mana…
GabrielAzion Nov 4, 2025
2ef597c
add message lets encrypt certificate (#1949)
GabrielAzion Nov 5, 2025
5fa525e
add-message-lets-encrypt-certificate-referencia (#1950)
GabrielAzion Nov 5, 2025
e00815f
fix: adjust header bg
isaquebock Nov 5, 2025
b5aacf9
Merge pull request #1952 from aziontech/fix/adjust-bg
isaquebock Nov 5, 2025
c825af7
Fix: new ulr and redirect storage s3 protocol doc page (#1953)
GabrielAzion Nov 6, 2025
c7ba911
chore: add lock file to VCS
egermano Nov 6, 2025
b6e8b44
feat: use og-image function to generate iamges
egermano Nov 6, 2025
84a7060
fix storage s3 protocol code on docs page (#1954)
GabrielAzion Nov 6, 2025
f4e766e
Merge pull request #1955 from aziontech/feature/og-image
egermano Nov 11, 2025
f9beeaf
feat: add AI dropdown menu with page actions to documentation
VitorAEltz Oct 16, 2025
6728627
chore: simplify "View as Markdown" label to "View Markdown" in Englis…
VitorAEltz Oct 16, 2025
bf66fff
Merge branch 'feat/button-copy-page-with-options' of github.com:azion…
VitorAEltz Nov 11, 2025
1d0b224
refactor: extract AI chat URLs into constants and improve URL handling
VitorAEltz Nov 11, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Use the conventional commits standard to categorize the type of change in the PR
Don't forget to add the Jira issue code to the PR title or the GitHub issue hash.
For example:
- [EDU-3000] refactor: modify origins page to include load balancer
- [#34] feat: add new edge application CLI commands
- [#34] feat: add new application CLI commands
- [NO-ISSUE] fix: fix broken link in Orch doc
-->

Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ dist

# dependencies
node_modules/
package-lock.lock
package-lock.json
yarn.lock
.npmrc

Expand Down
4 changes: 4 additions & 0 deletions cicd/massive-redirect/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1894,5 +1894,9 @@
{
"from": "https://www.azion.com/en/documentation/products/guides/edgesql-starter-kit/",
"moved": "https://www.azion.com/en/documentation/products/guides/sql-database-starter-kit/"
},
{
"from": "https://www.azion.com/en/documentation/products/store/storage/s3-protocol-for-edge-storage/",
"moved": "https://www.azion.com/en/documentation/products/store/storage/s3-protocol-for-object-storage/"
}
]
4 changes: 4 additions & 0 deletions cicd/massive-redirect/pt-br.json
Original file line number Diff line number Diff line change
Expand Up @@ -1875,5 +1875,9 @@
{
"from": "https://www.azion.com/pt-br/documentacao/produtos/guias/protocolo-s3-para-edge-storage/",
"moved": "https://www.azion.com/pt-br/documentacao/produtos/guias/protocolo-s3-para-object-storage/"
},
{
"from": "https://www.azion.com/pt-br/documentacao/produtos/store/storage/s3-protocol-para-edge-storage/",
"moved": "https://www.azion.com/pt-br/documentacao/produtos/store/storage/s3-protocol-para-object-storage/"
}
]
Loading