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

Move contact page to Reference #4633

Merged
merged 11 commits into from
Nov 21, 2024
Merged

Move contact page to Reference #4633

merged 11 commits into from
Nov 21, 2024

Conversation

akeller
Copy link
Member

@akeller akeller commented Nov 20, 2024

Description

Closes #4615.

This will still be in the footer, which is a little wonky as it will always link to the current docs.

I did not adjust any of the metadata because the term (enterprise support) is already included.

When should this change go live?

  • This is a bug fix, security concern, or something that needs urgent release support.
  • This is already available but undocumented and should be released within a week.
  • This on a specific schedule and the assignee will coordinate a release with the DevEx team. (apply hold label or convert to draft PR)
  • This is part of a scheduled alpha or minor. (apply alpha or minor label)
  • There is no urgency with this change and can be released at any time.

PR Checklist

  • My changes are for an already released minor and are in /versioned_docs directory.
  • My changes are for the next minor and are in /docs directory (aka /next/).

@akeller akeller added kind/enhancement Issues related with enhancing existing documentation or the documentation structure (nice to have) component:docs Documentation improvements, including new or updated content labels Nov 20, 2024
@akeller akeller requested review from a team and MaxTru November 20, 2024 17:01
@akeller
Copy link
Member Author

akeller commented Nov 20, 2024

Removing reviewers, need to fix links, remove the section on the Zeebe page, and add redirects!

Copy link
Contributor

👋 🤖 🤔 Hello, @akeller! Did you make your changes in all the right places?

These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.6/.

  • docs/components/early-access/alpha/alpha-features.md
  • docs/components/early-access/alpha/sap/btp-integration.md
  • docs/components/early-access/alpha/sap/odata-connector.md
  • docs/components/early-access/alpha/sap/rfc-connector.md
These files were changed only in versioned_docs/version-8.6/. You might want to duplicate these changes in docs/.
  • versioned_docs/version-8.6/reference/alpha-features.md

You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines.

@akeller akeller removed request for a team and MaxTru November 20, 2024 18:50
@akeller
Copy link
Member Author

akeller commented Nov 20, 2024

I added a single redirect that routes to the current/unversioned docs. The contact page (when it lived in the footer) wasn't versioned. Moving it to the Reference section with the rest of the docs content will cause it to be versioned.

RewriteRule ^contact/?$ /docs/reference/contact/$1 [R=301,L]

@akeller akeller requested review from pepopowitz, MaxTru and a team November 20, 2024 22:49
@akeller
Copy link
Member Author

akeller commented Nov 20, 2024

Sorry for the thrash here! That's what I get for trying to do this in between meetings.

Copy link
Contributor

@conceptualshark conceptualshark left a comment

Choose a reason for hiding this comment

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

I left one comment on the actual Contact page, but the updates look good to me otherwise!


- **Feedback and support** can be submitted or requested via JIRA by following our [Enterprise support process](https://camunda.com/services/enterprise-support-guide/). All users can also find feedback and support options in the Help Center or [Camunda community forum](https://forum.camunda.io/).

- For sales inquiries, information about Camunda 8 performance and benchmarking, or anything not listed above, use our [Contact Us](https://camunda.com/contact/) form.
- For sales inquiries, information about Camunda 8 performance and benchmarking, or anything not listed above, use our [Contact Us](/reference/contact.md) form.
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this one should still point to the https://camunda.com/contact/ form?

pepopowitz
pepopowitz previously approved these changes Nov 21, 2024
Copy link
Collaborator

@pepopowitz pepopowitz left a comment

Choose a reason for hiding this comment

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

One small suggestion for a change, but looks good to me!

static/.htaccess Outdated Show resolved Hide resolved
Co-authored-by: Steven Hicks <[email protected]>
@akeller akeller merged commit 6dcfbee into main Nov 21, 2024
8 checks passed
@akeller akeller deleted the move-contact-page branch November 21, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:docs Documentation improvements, including new or updated content kind/enhancement Issues related with enhancing existing documentation or the documentation structure (nice to have)
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Enterprise Support statement seems to be a bit misplaced
3 participants