Skip to content

feat: Nextra blogs#1183

Merged
yevgenypats merged 3 commits intocloudquery:feat/websitefrom
dj-stormtrooper:feat/website-blogs
Aug 11, 2022
Merged

feat: Nextra blogs#1183
yevgenypats merged 3 commits intocloudquery:feat/websitefrom
dj-stormtrooper:feat/website-blogs

Conversation

@dj-stormtrooper
Copy link
Copy Markdown
Contributor

Summary


Use the following steps to ensure your PR is ready to be reviewed

  • Read the contribution guidelines 🧑‍🎓
  • Test locally on your own infrastructure
  • Run go fmt to format your code 🖊
  • Lint your changes via golangci-lint run 🚨 (install golangci-lint here)
  • Update or add tests 🧪
  • Ensure the status checks below are successful ✅

@dj-stormtrooper dj-stormtrooper marked this pull request as ready for review August 9, 2022 16:40
@@ -0,0 +1,49 @@
---
title: Announcing CloudQuery History
tag: announcement
Copy link
Copy Markdown
Contributor Author

@dj-stormtrooper dj-stormtrooper Aug 9, 2022

Choose a reason for hiding this comment

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

We can omit this entirely cause we don't have any support for it now

return null;
}

return <h1>{title}</h1>;
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I used default style for this title which might be weird a little bit, WDYT?

image

@yevgenypats yevgenypats merged commit dd47348 into cloudquery:feat/website Aug 11, 2022
dj-stormtrooper added a commit to dj-stormtrooper/cloudquery that referenced this pull request Aug 11, 2022
* feat: Add website, docs and blog to our main repo

As we move to mono repo our docs should reside with our code
this will also help auto generate CLI reference and table reference
without commiting in another repo and keeping everything in sync.

* chore: Fix blogs build + gitignore for Nextjs project (cloudquery#1162)

* fix: Fix blog build

* Gitignore for next project

* fix(website): Fix logos of customers on the main page (cloudquery#1164)

* fix(website): Fix logos of customers on the main page

* fix(website): fix Autodesk logo color

* feat: add new customers logos

* feat: Add brand logo page to website (cloudquery#1182)

* feat: Nextra blogs (cloudquery#1183)

* feat: Nextra blogs

* feat:: Title for all the blogs + new blog

* fix: Language mismatch

* feat: Website docs (cloudquery#1193)

* feat: Nextra blogs

* feat:: Title for all the blogs + new blog

* fix: Language mismatch

* feat: New Tabs components

* feat: Updating pages Part 1

* feat: Language mismatches

* feat: Info/warning blocks

* Toml language mismatch

* Docs pages part2

* Formatter

* Nextra update + cleanup

* fix: Fix blog build

Co-authored-by: Yevgeny Pats <16490766+yevgenypats@users.noreply.github.com>
Co-authored-by: Anton Kuptsov <39290991+anton-kuptsov@users.noreply.github.com>
yevgenypats pushed a commit that referenced this pull request Aug 15, 2022
* feat: Nextra blogs

* feat:: Title for all the blogs + new blog

* fix: Language mismatch
dj-stormtrooper added a commit that referenced this pull request Aug 16, 2022
* feat: Nextra blogs

* feat:: Title for all the blogs + new blog

* fix: Language mismatch
yevgenypats added a commit that referenced this pull request Aug 16, 2022
* feat: Add website, docs and blog to our main repo

As we move to mono repo our docs should reside with our code
this will also help auto generate CLI reference and table reference
without commiting in another repo and keeping everything in sync.

* chore: Fix blogs build + gitignore for Nextjs project (#1162)

* fix: Fix blog build

* Gitignore for next project

* fix(website): Fix logos of customers on the main page (#1164)

* fix(website): Fix logos of customers on the main page

* fix(website): fix Autodesk logo color

* feat: add new customers logos

* feat: Add brand logo page to website (#1182)

* feat: Nextra blogs (#1183)

* feat: Nextra blogs

* feat:: Title for all the blogs + new blog

* fix: Language mismatch

* feat: Website docs (#1193)

* feat: Nextra blogs

* feat:: Title for all the blogs + new blog

* fix: Language mismatch

* feat: New Tabs components

* feat: Updating pages Part 1

* feat: Language mismatches

* feat: Info/warning blocks

* Toml language mismatch

* Docs pages part2

* Formatter

* feat: Nextra update, cleanup (#1213)

* Nextra update + cleanup

* fix: Fix blog build

* chore: Remove unnecessary comments from Vercel

* feat: Add integration logos (#1181)

* Add integration logos

* Correct spacing for integrations

* Align integration header to center on mobile too

* feat: Add infinite slideshow of users logos (#1225)

* fix(website): Fix logos of customers on the main page

* fix(website): fix Autodesk logo color

* feat: add new customers logos

* feat: Add infinite slideshow of customers logos

* feat: polish integrations on landing (#1229)

* Polish integrations block

* Update subtext mobile style

* fix: Update Nextra theme config (#1219)

Update favicon

* feat: Add website subscribe (#1309)

* feat: Subscribe

* feat: Subscribe

* remove code duplication

* fix: Remove unrelated logo

* fix(website): OG image fix (#1306)

* fix(website): Fix logos of customers on the main page

* fix(website): fix Autodesk logo color

* fix: Update Nextra theme config (#1219)

Update favicon

* fix(website): Fix logos of customers on the main page

* fix: Update Nextra theme config (#1219)

Update favicon

* feat(website): add og images to the _document

* feat(website): Add hub links to integrations logos (#1324)

* fix(website): Fix logos of customers on the main page

* fix(website): fix Autodesk logo color

* fix: Update Nextra theme config (#1219)

Update favicon

* fix(website): Fix logos of customers on the main page

* fix: Update Nextra theme config (#1219)

Update favicon

* feat(website): add hub links to integrations logos

* Delete release-pr.yml

* fix(website): fix features cards content on the main page (#1356)

* fix: Subscribe button bg + Image compression + File Size Linter (#1332)

* fix: Subscribe button background

* Compressed images

* File size checker

* Disable autocomplete

* Fix workflow

* Fix workflow

* Test

* More specific text

* Restoring defaults

* Remove junk

* Delete release-pr.yml

* Update check_file_size.yml

* Delete LICENSE

Co-authored-by: Ilya Kuznetsov <ilya92k@gmail.com>
Co-authored-by: Anton Kuptsov <39290991+anton-kuptsov@users.noreply.github.com>
Co-authored-by: Nikita Kabardin <nikita@kabardin.com>
Co-authored-by: Ilya Kuznetsov <ilya@cloudquery.io>
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
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.

2 participants