Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

website: latest migration to new structure #11522

Merged
merged 40 commits into from
Oct 8, 2024
Merged

website: latest migration to new structure #11522

merged 40 commits into from
Oct 8, 2024

Conversation

tanberry
Copy link
Contributor

@tanberry tanberry commented Sep 26, 2024

This PR has the new structure for the Docs.

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

@tanberry tanberry requested review from a team as code owners September 26, 2024 12:52
Copy link

netlify bot commented Sep 26, 2024

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit cb8847d
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/670534a432e1d90008b242c0
😎 Deploy Preview https://deploy-preview-11522--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Sep 26, 2024

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit cb8847d
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/670534a444d0f90008348537
😎 Deploy Preview https://deploy-preview-11522--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

BeryJu and others added 12 commits September 26, 2024 15:22
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>

# Conflicts:
#	website/sidebars.js
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.68%. Comparing base (72a9045) to head (cb8847d).
Report is 2 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11522      +/-   ##
==========================================
- Coverage   92.75%   92.68%   -0.08%     
==========================================
  Files         736      736              
  Lines       36542    36542              
==========================================
- Hits        33895    33869      -26     
- Misses       2647     2673      +26     
Flag Coverage Δ
e2e 49.16% <ø> (-0.10%) ⬇️
integration 24.98% <ø> (ø)
unit 90.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

rissson and others added 9 commits October 7, 2024 17:07
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@tanberry tanberry requested a review from rissson October 7, 2024 16:11
Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't find any build failures, and a code quality check using httrack reveals nothing is 404ing that shouldn't be. :-). I've asked about one bit of odd behavior, but overall this is reporting solid.

Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes are solid.

Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine and superseded anyway.

Copy link
Contributor

@kensternberg-authentik kensternberg-authentik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is working.

@kensternberg-authentik kensternberg-authentik dismissed rissson’s stale review October 7, 2024 18:07

Marc pushed his own changes later; these are done.

@@ -0,0 +1,237 @@
advanced/tenancy.md -> sys-mgmt/tenancy.md
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be committed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I think it is OK because it is only moving the file to a new location, but, just like before, it is not in the Table of Contents (sidebar.js) so no one knows it is there. This is basically the same as it is in current docs, just moving the location of the Tenancy docs.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

# Conflicts:
#	website/package-lock.json
#	website/package.json
@tanberry tanberry merged commit 9a89a5f into main Oct 8, 2024
70 checks passed
@tanberry tanberry deleted the migrate-9-25 branch October 8, 2024 19:07
kensternberg-authentik added a commit that referenced this pull request Oct 8, 2024
* main: (490 commits)
  website: latest migration to new structure (#11522)
  web: Fix css loading in unit tests, remove unneeded dot paths (#11629)
  website: bump docusaurus-theme-openapi-docs from 4.0.1 to 4.1.0 in /website (#11624)
  core, web: update translations (#11623)
  website: bump docusaurus-plugin-openapi-docs from 4.0.1 to 4.1.0 in /website (#11625)
  core: bump ruff from 0.6.8 to 0.6.9 (#11626)
  ci: require ci-web.build for merging (#11627)
  core: bump black from 24.8.0 to 24.10.0 (#11630)
  core: bump google-api-python-client from 2.147.0 to 2.148.0 (#11631)
  web: provide simple tables for API-less displays (#11028)
  core: bump goauthentik/fips-python from 3.12.6-slim-bookworm-fips-full to 3.12.7-slim-bookworm-fips-full (#11607)
  core: bump twilio from 9.3.2 to 9.3.3 (#11608)
  core: bump msgraph-sdk from 1.8.0 to 1.9.0 (#11609)
  web: small fixes for elements and forms (#11546)
  web: unify unit and end-to-end tests (#11598)
  web: audit and update package.json and associated test harness, with upgrade to WebdriverIO 9 (#11596)
  web: bump @spotlightjs/spotlight from 2.4.1 to 2.4.2 in /web in the sentry group across 1 directory (#11581)
  core: bump sentry-sdk from 2.14.0 to 2.15.0 (#11589)
  web: bump the rollup group across 2 directories with 4 updates (#11590)
  web: bump chromedriver from 129.0.1 to 129.0.2 in /tests/wdio (#11591)
  ...
tanberry added a commit that referenced this pull request Oct 8, 2024
BeryJu pushed a commit that referenced this pull request Oct 8, 2024
Revert "website: latest migration to new structure (#11522)"

This reverts commit 9a89a5f.
kensternberg-authentik added a commit that referenced this pull request Oct 10, 2024
* main:
  website/integrations: Apache Guacamole: Add openid-username-claim-type (#11649)
  website/docs: upgrade: make it clear downgrading is not support (#11523)
  core: fix permission check for scoped impersonation (#11603)
  core: bump coverage from 7.6.1 to 7.6.2 (#11643)
  core: bump uvicorn from 0.31.0 to 0.31.1 (#11644)
  core: bump msgraph-sdk from 1.9.0 to 1.10.0 (#11645)
  core: bump google-api-python-client from 2.148.0 to 2.149.0 (#11646)
  website: fix version dropdown (#11641)
  core: bump goauthentik.io/api/v3 from 3.2024083.2 to 3.2024083.4 (#11636)
  core: bump github.com/pires/go-proxyproto from 0.7.0 to 0.8.0 (#11637)
  core: bump sentry-sdk from 2.15.0 to 2.16.0 (#11638)
  website: latest PR for new Docs structure (#11639)
  Revert "website: latest migration to new structure" (#11634)
  website: latest migration to new structure (#11522)
kensternberg-authentik added a commit that referenced this pull request Nov 1, 2024
* main:
  website: latest migration to new structure (#11522)
  web: Fix css loading in unit tests, remove unneeded dot paths (#11629)
  website: bump docusaurus-theme-openapi-docs from 4.0.1 to 4.1.0 in /website (#11624)
  core, web: update translations (#11623)
  website: bump docusaurus-plugin-openapi-docs from 4.0.1 to 4.1.0 in /website (#11625)
  core: bump ruff from 0.6.8 to 0.6.9 (#11626)
  ci: require ci-web.build for merging (#11627)
  core: bump black from 24.8.0 to 24.10.0 (#11630)
  core: bump google-api-python-client from 2.147.0 to 2.148.0 (#11631)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants