Commit Graph

298 Commits

Author SHA1 Message Date
Johan Haals 6ac88843de Merge pull request #14877 from amritpalnagrame/patch-1
Fix: nesting level in homepage documentation
2022-11-28 13:45:40 +01:00
Amritpal Nagra 9f365bab3b Fix: nesting level in homepage documentation
Signed-off-by: Amritpal Nagra <amritpalnagrame@gmail.com>
2022-11-28 12:08:11 +05:30
Kurt King da15e9a561 reorganize commands
Signed-off-by: Kurt King <kurtaking@gmail.com>
2022-11-22 19:26:02 -06:00
Kurt King c477117b84 add cd command to documentation
Signed-off-by: Kurt King <kurtaking@gmail.com>
2022-11-22 19:21:42 -06:00
Andre Wanlin 6db37424c5 Changes to make Vale happy, I hope
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-11-18 12:43:34 -06:00
Andre Wanlin 9d2c6a7db4 Removed from create-app and added to docs
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-11-18 12:25:50 -06:00
Patrik Oldsberg a531879958 docs/getting-started: clarify yarn version
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-17 14:03:01 +01:00
Priit Liivak 2500d440a6 Update running-backstage-locally.md
https url is more accessible for environments, where github authentication has not been set up.

Signed-off-by: Priit Liivak <priitliivak@gmail.com>
2022-11-15 15:43:49 +02:00
Patrik Oldsberg 5e7bdb0109 update docs to match new build script + fixes
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-15 11:04:19 +01:00
Patrik Oldsberg 7605c11cda bump Node.js to 16 & 18
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-11-07 11:39:08 +01:00
Matthew Boyle 502ebe7d24 update the configuration steps of the docs
Signed-off-by: Matthew Boyle <matt-boyle@hotmail.co.uk>
2022-10-26 08:06:16 +01:00
Fredrik Adelöw cbe11d1e23 just getting rid of vale warnings
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-10-22 17:18:47 +02:00
Andre Wanlin e65f18e0a2 Removed database step from docs
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-10-12 15:35:03 -05:00
Leena 36405bd80d fix(docs): import SignInProviderConfig - not used
SignInProviderConfig appears to be a superfluous import - flagged as imported but never used.

Signed-off-by: Leena <19555355+sploschee@users.noreply.github.com>
2022-09-20 19:43:44 +01:00
Leena fc4d638296 @backstage/docs: fix dead link Active LTS Releases
was `https://nodejs.org/en/about/releases/`
now `https://nodejs.org/en/blog/release/`

Signed-off-by: Leena <19555355+sploschee@users.noreply.github.com>
2022-09-17 19:20:26 +01:00
Tyler Davis 5abfbc3051 Small typo fix in Theme docs
Signed-off-by: Tyler Davis <tylerd@canva.com>
2022-09-07 11:29:16 +10:00
Patrik Oldsberg 4652e6757f docs: update yarnrc reference in project structure
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-08-31 15:50:10 +02:00
Andre Wanlin 0094d8ae94 Refactor icon section based on recent changes
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-08-17 14:08:09 -05:00
Andre Wanlin f8287e5340 Added UserSettingsAvailableIconsTable and related documentation
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
2022-08-17 13:59:20 -05:00
Paulo Peixoto cfb4a12c68 fix: change HeaderIcon for ExampleIcon.
Signed-off-by: Paulo Peixoto <72894267+padupe@users.noreply.github.com>
2022-08-10 11:47:33 -03:00
Paulo Peixoto 168bb7acdc Update app-custhome-theme.md
After suggestions @jhaals

Signed-off-by: Paulo Peixoto <72894267+padupe@users.noreply.github.com>
2022-08-10 08:05:44 -03:00
Paulo Peixoto cdea98f2a1 Adjustments based on @awanlin suggestion.
Signed-off-by: Paulo Peixoto <72894267+padupe@users.noreply.github.com>
2022-08-05 08:59:47 -03:00
Paulo Peixoto 8da380b0ae Update app-cusom-theme.md
Added documentation for using custom icons.

Signed-off-by: Paulo Peixoto <72894267+padupe@users.noreply.github.com>
2022-08-04 11:10:00 -03:00
blam c333ffd2c3 chore: prettify! 🪄
Signed-off-by: blam <ben@blam.sh>
2022-07-28 11:13:42 +02:00
Damola Obaleke 8d43d374fb Update app-custom-theme.md
Updating syntax in doc for clean up of Theme object

Signed-off-by: Damola Obaleke <45045727+damolaobaleke@users.noreply.github.com>
2022-07-27 11:06:26 -07:00
Erik Price f61d7714aa Fix typo
Replace "Linux-based" with "Unix-based".

Signed-off-by: Erik Price <mail@erikprice.com>
2022-06-24 11:56:41 -04:00
Adam Harvey d821a2eec3 Fix minor possessive typo
Signed-off-by: Adam Harvey <adaharve@cisco.com>
2022-06-21 23:08:41 -04:00
Himanshu Mishra b86062d778 Merge pull request #11924 from backstage/orkohunter/sign-in-resolver
docs: Add missing sign in resolver step in getting started
2022-06-21 16:48:19 +02:00
Tate 3bc59fa19f Remove undefined container className property
the `container` property is not  defined in the example  snippet and causes an error when the home page renders as the snippet was written.

I removed the className property to fix the issue.

Signed-off-by: Tate Hanawalt <tate@tatehanawalt.com>
2022-06-09 23:35:25 -04:00
Himanshu Mishra 13767bd7b6 remove custom sign in resolver
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2022-06-09 13:49:43 +02:00
Himanshu Mishra 04fa958718 correct explanation of user identity and include domain check in email addresses
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2022-06-08 17:46:56 +02:00
Patrik Oldsberg 4b4ba5ace1 docs: update sign-in page example in getting started docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-06-08 15:23:56 +02:00
Himanshu Mishra 9cee3738fc docs: nits to identity resolver page
Signed-off-by: Himanshu Mishra <himanshu@orkohunter.net>
2022-06-08 13:12:04 +02:00
blam b10bf25802 chore: woops
Signed-off-by: blam <ben@blam.sh>
2022-05-30 12:01:00 +02:00
blam 9e2fb90151 chore: fixing up the link
Signed-off-by: blam <ben@blam.sh>
2022-05-30 11:51:16 +02:00
blam fe3ac2f6bb chore: reworking the initial work to link out to the sign in reolver
Signed-off-by: blam <ben@blam.sh>
2022-05-30 11:50:34 +02:00
Renjie Xu b5bd9f2bce Update getting-started docs to provide sign in resolver
Signed-off-by: Renjie Xu <renjiexu42@gmail.com>
2022-05-30 11:49:22 +02:00
Patrik Oldsberg 4c332c1521 docs: fix link to vale config
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-27 19:01:57 +02:00
Patrik Oldsberg 4b83c98165 update docs mentioning vale
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-27 18:48:50 +02:00
Patrik Oldsberg d06fbf7bb0 Merge pull request #11071 from backstage/rugvip/auth-docs
docs,core-plugin-api: update auth intro docs + mark auth APIs stable
2022-04-26 15:25:23 +02:00
blam 92b1bb4057 docs: rework the wording a ltitle bit
Signed-off-by: blam <ben@blam.sh>
2022-04-26 10:38:52 +02:00
Patrik Oldsberg 4e80f266ce docs: update auth introduction docs + inline usage docs
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-04-25 15:45:40 +02:00
blam bb6eab19c6 chore: some small minor changes here about generating a token
Signed-off-by: blam <ben@blam.sh>
2022-04-25 14:56:01 +02:00
Johan Haals 5a045a61f9 docs: Restructure Github apps documentation
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-04-20 11:11:55 +02:00
Ben Lambert 0d065ca8fc Merge pull request #10651 from rayabueg/master
update the yarn command to start a backend instance that would fail with er…
2022-04-06 11:20:28 +02:00
Ray Abueg 4128e10c76 update yarn command to start backend instance that would fail with error: unknown option --cwd
Signed-off-by: Ray Abueg <raymond.abueg@alaskaair.com>
2022-04-05 12:28:22 -06:00
Tim Hansen 6cc32f8c8d Add pointer to custom theme on demo site
Signed-off-by: Tim Hansen <timbonicus@gmail.com>
2022-04-04 17:11:20 -06:00
LvffY 22bd2bead1 [#10459] 📝 Update documentation to use yarn --cwd arg
Signed-off-by: LvffY <louberger@hotmail.fr>
2022-03-29 21:59:53 +02:00
Johan Haals cb38015608 microsite: document release bump option
Signed-off-by: Johan Haals <johan.haals@gmail.com>
2022-03-16 15:05:44 +01:00
Fredrik Adelöw efc73db10c switch us over to better-sqlite3
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
2022-03-11 15:37:50 +01:00