]> git.proxmox.com Git - pve-eslint.git/blob - eslint/docs/src/_data/sites/en.yml
43e112fe1b02d56b14e937cf8baf2d5bffd9b255
[pve-eslint.git] / eslint / docs / src / _data / sites / en.yml
1 #------------------------------------------------------------------------------
2 # English Site Details
3 # The documentation site that is hosted at eslint.org/docs
4 # Author: Nicholas C. Zakas
5 #------------------------------------------------------------------------------
6
7 #------------------------------------------------------------------------------
8 # Global Settings
9 #------------------------------------------------------------------------------
10
11 language:
12 code: en
13 flag: 🇺🇸
14 name: English (US)
15 locale: en-US
16 hostname: eslint.org
17
18 #------------------------------------------------------------------------------
19 # Analytics
20 #------------------------------------------------------------------------------
21
22 google_analytics:
23 code: "G-7DGPHY308T"
24
25 #------------------------------------------------------------------------------
26 # Ads
27 #------------------------------------------------------------------------------
28
29 carbon_ads:
30 serve: CESDV2QM
31 placement: eslintorg
32
33 #------------------------------------------------------------------------------
34 # Shared
35 #------------------------------------------------------------------------------
36
37 shared:
38 get_started: Get Started
39 become_a_sponsor: Become a Sponsor
40 eslint_logo_alt: ESLint logo
41 description: >
42 A pluggable and configurable linter tool for identifying and reporting on
43 patterns in JavaScript. Maintain your code quality with ease.
44 title_format: PAGE_TITLE - ESLint - Pluggable JavaScript Linter
45 skip_to_content: Skip to main content
46 donate: Donate
47
48 #------------------------------------------------------------------------------
49 # Navigation
50 #------------------------------------------------------------------------------
51
52 navigation:
53 - text: Team
54 link: team
55 - text: Blog
56 link: blog
57 - text: Docs
58 link: docs
59 - text: Store
60 link: store
61 target: _blank
62 - text: Playground
63 link: playground
64
65 #------------------------------------------------------------------------------
66 # Footer
67 #------------------------------------------------------------------------------
68
69 footer:
70 title: Ready to fix your JavaScript code?
71 description: Install from npm or start donating today.
72 secondary: Secondary
73 social_icons:
74 title: Social Media
75 twitter: Twitter
76 chat: Discord
77 mailing_list: Google Group
78 github: GitHub
79 theme_switcher:
80 title: Theme Switcher
81 light: Light
82 dark: Dark
83 language_switcher:
84 title: Language Switcher
85 description: Selecting a language will take you to the ESLint website in that language.
86 change_language: Change Language
87 language: Language
88 copyright: >
89 &copy; OpenJS Foundation and ESLint contributors, <a href="https://www.openjsf.org">www.openjsf.org</a>
90 links:
91 open_jsf: The OpenJS Foundation
92 terms: Terms of Use
93 privacy: Privacy Policy
94 bylaws: OpenJS Foundation Bylaws
95 trademark: Trademark Policy
96 trademark_list: Trademark List
97 cookies: Cookie Policy
98
99 #------------------------------------------------------------------------------
100 # 404 Page
101 #------------------------------------------------------------------------------
102
103 404_page:
104 title: 404 error
105 subtitle: Page not found
106 description: Sorry, the page you are looking for doesn't exist or has been moved.
107 actions:
108 back_to_home: Back to homepage
109 browse_docs: Browse the docs
110
111 #------------------------------------------------------------------------------
112 # Edit link
113 #------------------------------------------------------------------------------
114
115 edit_link:
116 start_with: https://github.com/eslint/eslint/edit/main/docs/
117 text: Edit this page