Skip to content
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
ff8cf30
[ STORY-2130] Added section about projects management and details abo…
stplec Jul 31, 2025
6a31e93
Update documentation for projects within application management
matthieu526-scalingo Aug 5, 2025
b5aee87
Add project creation
matthieu526-scalingo Aug 5, 2025
bacc168
Add project listing
matthieu526-scalingo Aug 5, 2025
a9895b4
Add project update
matthieu526-scalingo Aug 5, 2025
91531ca
Merge remote-tracking branch 'origin/master' into feat/STORY-2130/upd…
matthieu526-scalingo Aug 5, 2025
f78bee0
Improve project update
matthieu526-scalingo Aug 5, 2025
43c61de
Add project removal
matthieu526-scalingo Aug 5, 2025
e51aa09
Mention STORY-2326 for tracking
matthieu526-scalingo Aug 5, 2025
021a993
Update documentation for app creation
matthieu526-scalingo Aug 6, 2025
a050e08
Also update the lifecycle page
matthieu526-scalingo Aug 6, 2025
96bdb43
Improve doc for app creation in Terraform
matthieu526-scalingo Aug 7, 2025
474a401
Fixed section about setting the project at app creation with command …
stplec Aug 27, 2025
31d9c8b
Creation of an overview page where we can introduce projects more bro…
benjaminach Aug 29, 2025
7a019c8
Add links between pages
benjaminach Aug 29, 2025
5c96d31
Update page title
benjaminach Aug 29, 2025
ad6adb6
Apply suggestions from code review
benjaminach Aug 29, 2025
38c99f9
Reorganize information between the two pages.
benjaminach Aug 29, 2025
270d249
fix link
benjaminach Aug 29, 2025
fcecd93
Fix typo
benjaminach Sep 1, 2025
fd20398
Align the CLI output with the provided example
benjaminach Sep 1, 2025
cc935b5
Update project constraints: no capital letters allowed, default limit…
benjaminach Sep 1, 2025
7bea2bc
Update our message about the transition phase between “flexible” and …
benjaminach Sep 1, 2025
8c76d72
Fix typo
benjaminach Sep 1, 2025
4a36edc
Update the transition phase wording to introduce private networks
benjaminach Sep 1, 2025
c63d15e
Update src/_posts/platform/projects/2000-01-01-manage-projects.md
benjaminach Sep 3, 2025
4ebad6e
Include suggestions from the review
benjaminach Sep 3, 2025
ea19082
Include François's suggestions to declutter the manage page and move …
benjaminach Sep 3, 2025
83d32c5
Minor changes proposed (indentation, font style and cases)
stplec Sep 4, 2025
51d168e
Improve transitions phases wording.
benjaminach Sep 5, 2025
584467d
Minor wording change to highlight more clearly the benefits and limit…
benjaminach Sep 8, 2025
11b9c40
Add a changelog entry
benjaminach Sep 8, 2025
b0223db
Fix dates
benjaminach Sep 8, 2025
44da869
Revert date of the limited collaborator changelog note.
benjaminach Sep 8, 2025
dfdfaec
Added details about the update of project name and defaut attribute, …
stplec Sep 8, 2025
cab78b1
Rename another mention from "App management" to "General".
benjaminach Sep 8, 2025
bd67474
Update dates
benjaminach Sep 9, 2025
b90b46c
Update overview and changelog to reflect Projects as core platform el…
benjaminach Sep 9, 2025
12e86c3
Merge branch 'feat/STORY-2130/update-doc-about-projects-management' o…
annabelle-scalingo Sep 10, 2025
f853802
replace mono font
annabelle-scalingo Sep 10, 2025
ed61570
remove projects changes
annabelle-scalingo Sep 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
/* fonts */
--font-sans: "aktiv-grotesk";
--font-serif: "freight-text-pro";
--font-mono: "fira-mono";
--font-mono: "Menlo";

/* width */
--sc-container: "1440px";
Expand Down