-
Notifications
You must be signed in to change notification settings - Fork 69
Docs/feedback cleanup #21
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
Conversation
src/data/objects/image.yaml
Outdated
@@ -39,7 +39,6 @@ schema: | |||
is_public: | |||
type: Boolean | |||
value: false | |||
filterable: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is_public is filterable per https://bits.linode.com/LinodeAPI/apinext/blob/development/apinext/maps/image.py#L53
src/data/objects/profile.yaml
Outdated
@@ -50,7 +50,7 @@ schema: | |||
value: 2 | |||
description: Total number of referrals attributed to user that have not yet converted to full accounts. | |||
credit: | |||
type: Integer | |||
type: Float | |||
value: 160 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we're doing 40.0 as the example for longviewsubscription.yaml, shouldn't we also add the ".0" at the end of all of these other US dollar float value examples as well?
src/data/objects/image.yaml
Outdated
@@ -39,7 +39,7 @@ schema: | |||
is_public: | |||
type: Boolean | |||
value: false | |||
filterable: true | |||
fitlerable: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ sp
…-cli new: Added x-linode-cli-skip to actions the CLI can't support
Capitalized the L in Linode
* updating footer structure and content to match new marketing site * removing events display from homepage * removing all events and gql query for events * addressing PR feedback * refactoring menus * styling and markup for reg pages * more styling and api version * styling fix * add missing link * fix post rebase footer * configuring and light styling primary links * configuring and light styling utility links * styling sub menus * more styling sub menus * products menus and megamenu clicks * drop down behavior * adjust padding * add sub menus icons and descriptions * typography updates * submenus refactoring and architecture * wrap products menu and stles adjustments * add community menus * better accessibility * better accessibility * change names * change names * style updates * update styles and markup for consistency * coordinate styles with docs * post rebase fixes * fix rebase regressions * new logo and adjusting padding * adjusting styles to match * mobile menus switches * add mobile menus * mobile menu scripts and styling * adjustements bc of community * header spacing adjustemnt * styles update * mobile menus updates * mobile menus updates part 2 * add all producst links and more styling * add mobile sign up button * cherry picking footer changes from other branch * small chabge to logo wrapper * updating links, removing old links * post rebase fixes * fix dropdowns * update logo * update mobile styles * update mobile styles part 2 * correct height * regression fixes * regression fixes part 2 * adjustments to footer content & styles * adding mobile styles * slight modif to mid breakpoint primary nav * update logo * update home link * update logo again * removing tailwind refs and adding as regular css instead * whoops missing rem * fix @screen ref * style updates * style changes * updaing paths to us prod API * update footer and search links to point to prod * remove target blank from footer menus links
Addressing user feedback around docs inaccuracies