Skip to content

Commit e91fb7a

Browse files
committed
Change docs site
1 parent d3183a8 commit e91fb7a

8 files changed

Lines changed: 10506 additions & 8110 deletions

File tree

README.md

Lines changed: 81 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![code coverage](https://img.shields.io/codecov/c/github/panzerdp/voca.svg)](https://codecov.io/github/panzerdp/voca)
55
[![npm package](https://img.shields.io/npm/v/voca.svg)](https://www.npmjs.com/package/voca)
66

7-
Voca is a JavaScript library for manipulating strings. [https://vocajs.com][voca]
7+
Voca is a JavaScript library for manipulating strings. [https://vocajs.pages.dev][voca]
88

99
```javascript
1010
v.camelCase('bird flight'); // => 'birdFlight'
@@ -26,7 +26,7 @@ individual functions to minimize the application builds. The library is *fully t
2626

2727
## Documentation
2828

29-
See the complete documentation at [https://vocajs.com][voca]
29+
See the complete documentation at [https://vocajs.pages.dev][voca]
3030

3131
## Usage
3232
Voca can be used in various environments.
@@ -154,86 +154,86 @@ Licensed under [MIT](https://github.com/panzerdp/voca/blob/master/LICENSE.md)
154154
[voca_min_js]: https://raw.githubusercontent.com/panzerdp/voca/v1.4.0/dist/voca.min.js
155155
[source_map]: https://raw.githubusercontent.com/panzerdp/voca/v1.4.0/dist/voca.min.js.map
156156
[voca_js]: https://raw.githubusercontent.com/panzerdp/voca/v1.4.0/dist/voca.js
157-
[voca]: https://vocajs.com
157+
[voca]: https://vocajs.pages.dev
158158
[logo]: https://github.com/panzerdp/voca/raw/master/jsdoc/template/static/images/[email protected]
159159
[logo_commonjs]: https://github.com/panzerdp/voca/raw/master/jsdoc/template/static/images/[email protected]
160160
[logo_browsers]: https://github.com/panzerdp/voca/raw/master/jsdoc/template/static/images/[email protected]
161161

162-
[camelCase]: https://vocajs.com/#camelCase
163-
[capitalize]: https://vocajs.com/#capitalize
164-
[decapitalize]: https://vocajs.com/#decapitalize
165-
[kebabCase]: https://vocajs.com/#kebabCase
166-
[lowerCase]: https://vocajs.com/#lowerCase
167-
[snakeCase]: https://vocajs.com/#snakeCase
168-
[swapCase]: https://vocajs.com/#swapCase
169-
[titleCase]: https://vocajs.com/#titleCase
170-
[upperCase]: https://vocajs.com/#upperCase
171-
172-
[charAt]: https://vocajs.com/#charAt
173-
[codePointAt]: https://vocajs.com/#codePointAt
174-
[first]: https://vocajs.com/#first
175-
[graphemeAt]: https://vocajs.com/#graphemeAt
176-
[last]: https://vocajs.com/#last
177-
[prune]: https://vocajs.com/#prune
178-
[slice]: https://vocajs.com/#slice
179-
[substr]: https://vocajs.com/#substr
180-
[substring]: https://vocajs.com/#substring
181-
[truncate]: https://vocajs.com/#truncate
182-
183-
[count]: https://vocajs.com/#count
184-
[countGraphemes]: https://vocajs.com/#countGraphemes
185-
[countSubstrings]: https://vocajs.com/#countSubstrings
186-
[countWhere]: https://vocajs.com/#countWhere
187-
[countWords]: https://vocajs.com/#countWords
188-
189-
[escapeHtml]: https://vocajs.com/#escapeHtml
190-
[escapeRegExp]: https://vocajs.com/#escapeRegExp
191-
[unescapeHtml]: https://vocajs.com/#unescapeHtml
192-
193-
[sprintf]: https://vocajs.com/#sprintf
194-
[vprintf]: https://vocajs.com/#vprintf
195-
196-
[indexOf]: https://vocajs.com/#indexOf
197-
[lastIndexOf]: https://vocajs.com/#lastIndexOf
198-
[search]: https://vocajs.com/#search
199-
200-
[insert]: https://vocajs.com/#insert
201-
[latinise]: https://vocajs.com/#latinise
202-
[pad]: https://vocajs.com/#pad
203-
[padLeft]: https://vocajs.com/#padLeft
204-
[padRight]: https://vocajs.com/#padRight
205-
[repeat]: https://vocajs.com/#repeat
206-
[replace]: https://vocajs.com/#replace
207-
[replaceAll]: https://vocajs.com/#replaceAll
208-
[reverse]: https://vocajs.com/#reverse
209-
[reverseGrapheme]: https://vocajs.com/#reverseGrapheme
210-
[slugify]: https://vocajs.com/#slugify
211-
[splice]: https://vocajs.com/#splice
212-
[tr]: https://vocajs.com/#tr
213-
[trim]: https://vocajs.com/#trim
214-
[trimLeft]: https://vocajs.com/#trimLeft
215-
[trimRight]: https://vocajs.com/#trimRight
216-
[wordWrap]: https://vocajs.com/#wordWrap
217-
218-
[endsWith]: https://vocajs.com/#endsWith
219-
[includes]: https://vocajs.com/#includes
220-
[isAlpha]: https://vocajs.com/#isAlpha
221-
[isAlphaDigit]: https://vocajs.com/#isAlphaDigit
222-
[isBlank]: https://vocajs.com/#isBlank
223-
[isDigit]: https://vocajs.com/#isDigit
224-
[isEmpty]: https://vocajs.com/#isEmpty
225-
[isLowerCase]: https://vocajs.com/#isLowerCase
226-
[isNumeric]: https://vocajs.com/#isNumeric
227-
[isString]: https://vocajs.com/#isString
228-
[isUpperCase]: https://vocajs.com/#isUpperCase
229-
[matches]: https://vocajs.com/#matches
230-
[startsWith]: https://vocajs.com/#startsWith
231-
232-
[chars]: https://vocajs.com/#chars
233-
[codePoints]: https://vocajs.com/#codePoints
234-
[graphemes]: https://vocajs.com/#graphemes
235-
[split]: https://vocajs.com/#split
236-
[words]: https://vocajs.com/#words
237-
238-
[stripTags]: https://vocajs.com/#stripTags
239-
[stripBom]: https://vocajs.com/#stripBom
162+
[camelCase]: https://vocajs.pages.dev/#camelCase
163+
[capitalize]: https://vocajs.pages.dev/#capitalize
164+
[decapitalize]: https://vocajs.pages.dev/#decapitalize
165+
[kebabCase]: https://vocajs.pages.dev/#kebabCase
166+
[lowerCase]: https://vocajs.pages.dev/#lowerCase
167+
[snakeCase]: https://vocajs.pages.dev/#snakeCase
168+
[swapCase]: https://vocajs.pages.dev/#swapCase
169+
[titleCase]: https://vocajs.pages.dev/#titleCase
170+
[upperCase]: https://vocajs.pages.dev/#upperCase
171+
172+
[charAt]: https://vocajs.pages.dev/#charAt
173+
[codePointAt]: https://vocajs.pages.dev/#codePointAt
174+
[first]: https://vocajs.pages.dev/#first
175+
[graphemeAt]: https://vocajs.pages.dev/#graphemeAt
176+
[last]: https://vocajs.pages.dev/#last
177+
[prune]: https://vocajs.pages.dev/#prune
178+
[slice]: https://vocajs.pages.dev/#slice
179+
[substr]: https://vocajs.pages.dev/#substr
180+
[substring]: https://vocajs.pages.dev/#substring
181+
[truncate]: https://vocajs.pages.dev/#truncate
182+
183+
[count]: https://vocajs.pages.dev/#count
184+
[countGraphemes]: https://vocajs.pages.dev/#countGraphemes
185+
[countSubstrings]: https://vocajs.pages.dev/#countSubstrings
186+
[countWhere]: https://vocajs.pages.dev/#countWhere
187+
[countWords]: https://vocajs.pages.dev/#countWords
188+
189+
[escapeHtml]: https://vocajs.pages.dev/#escapeHtml
190+
[escapeRegExp]: https://vocajs.pages.dev/#escapeRegExp
191+
[unescapeHtml]: https://vocajs.pages.dev/#unescapeHtml
192+
193+
[sprintf]: https://vocajs.pages.dev/#sprintf
194+
[vprintf]: https://vocajs.pages.dev/#vprintf
195+
196+
[indexOf]: https://vocajs.pages.dev/#indexOf
197+
[lastIndexOf]: https://vocajs.pages.dev/#lastIndexOf
198+
[search]: https://vocajs.pages.dev/#search
199+
200+
[insert]: https://vocajs.pages.dev/#insert
201+
[latinise]: https://vocajs.pages.dev/#latinise
202+
[pad]: https://vocajs.pages.dev/#pad
203+
[padLeft]: https://vocajs.pages.dev/#padLeft
204+
[padRight]: https://vocajs.pages.dev/#padRight
205+
[repeat]: https://vocajs.pages.dev/#repeat
206+
[replace]: https://vocajs.pages.dev/#replace
207+
[replaceAll]: https://vocajs.pages.dev/#replaceAll
208+
[reverse]: https://vocajs.pages.dev/#reverse
209+
[reverseGrapheme]: https://vocajs.pages.dev/#reverseGrapheme
210+
[slugify]: https://vocajs.pages.dev/#slugify
211+
[splice]: https://vocajs.pages.dev/#splice
212+
[tr]: https://vocajs.pages.dev/#tr
213+
[trim]: https://vocajs.pages.dev/#trim
214+
[trimLeft]: https://vocajs.pages.dev/#trimLeft
215+
[trimRight]: https://vocajs.pages.dev/#trimRight
216+
[wordWrap]: https://vocajs.pages.dev/#wordWrap
217+
218+
[endsWith]: https://vocajs.pages.dev/#endsWith
219+
[includes]: https://vocajs.pages.dev/#includes
220+
[isAlpha]: https://vocajs.pages.dev/#isAlpha
221+
[isAlphaDigit]: https://vocajs.pages.dev/#isAlphaDigit
222+
[isBlank]: https://vocajs.pages.dev/#isBlank
223+
[isDigit]: https://vocajs.pages.dev/#isDigit
224+
[isEmpty]: https://vocajs.pages.dev/#isEmpty
225+
[isLowerCase]: https://vocajs.pages.dev/#isLowerCase
226+
[isNumeric]: https://vocajs.pages.dev/#isNumeric
227+
[isString]: https://vocajs.pages.dev/#isString
228+
[isUpperCase]: https://vocajs.pages.dev/#isUpperCase
229+
[matches]: https://vocajs.pages.dev/#matches
230+
[startsWith]: https://vocajs.pages.dev/#startsWith
231+
232+
[chars]: https://vocajs.pages.dev/#chars
233+
[codePoints]: https://vocajs.pages.dev/#codePoints
234+
[graphemes]: https://vocajs.pages.dev/#graphemes
235+
[split]: https://vocajs.pages.dev/#split
236+
[words]: https://vocajs.pages.dev/#words
237+
238+
[stripTags]: https://vocajs.pages.dev/#stripTags
239+
[stripBom]: https://vocajs.pages.dev/#stripBom

config/banner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import pack from '../package.json';
22

33
export default `/*!
44
* Voca string library ${pack.version}
5-
* https://vocajs.com
5+
* https://vocajs.pages.dev
66
*
77
* Copyright Dmitri Pavlutin and other contributors
88
* Released under the MIT license

dist/voca.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* Voca string library 1.4.0
3-
* https://vocajs.com
3+
* https://vocajs.pages.dev
44
*
55
* Copyright Dmitri Pavlutin and other contributors
66
* Released under the MIT license

dist/voca.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jsdoc/template/tmpl/introduction.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<p class="badges">
2626
<iframe src="https://ghbtns.com/github-btn.html?user=panzerdp&repo=voca&type=star&count=true" frameborder="0" scrolling="0"></iframe>
2727
<iframe src="https://ghbtns.com/github-btn.html?user=panzerdp&repo=voca&type=fork&count=true" frameborder="0" scrolling="0"></iframe>
28-
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://vocajs.com" data-text="Check out Voca: the ultimate #JavaScript string library">Tweet</a>
28+
<a href="https://twitter.com/share" class="twitter-share-button" data-url="https://vocajs.pages.dev" data-text="Check out Voca: the ultimate #JavaScript string library">Tweet</a>
2929
</p>
3030

3131
<p class="badges">

jsdoc/template/tmpl/layout.tmpl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@
3434
<meta property="og:title" content="Voca: The ultimate JavaScript string library"/>
3535
<meta property="og:description"
3636
content="Voca provides functions to manipulate strings in JavaScript: change case, trim, pad, slugifly, latinise, sprintf, truncate, escape and more"/>
37-
<meta property="og:url" content="https://vocajs.com"/>
38-
<meta property="og:image" content="https://vocajs.com/images/voca-for-twitter.png"/>
37+
<meta property="og:url" content="https://vocajs.pages.dev"/>
38+
<meta property="og:image" content="https://vocajs.pages.dev/images/voca-for-twitter.png"/>
3939

4040
<meta name="twitter:card" content="summary"/>
4141
<meta name="twitter:title" content="Voca: The ultimate JavaScript string library"/>
4242
<meta name="twitter:description"
4343
content="Voca provides functions to manipulate strings in JavaScript: change case, trim, pad, slugifly, latinise, sprintf, truncate, escape and more"/>
44-
<meta name="twitter:url" content="https://vocajs.com"/>
45-
<meta name="twitter:image:src" content="https://vocajs.com/images/voca-for-twitter.png"/>
44+
<meta name="twitter:url" content="https://vocajs.pages.dev"/>
45+
<meta name="twitter:image:src" content="https://vocajs.pages.dev/images/voca-for-twitter.png"/>
4646

4747
<title>Voca: The JavaScript string library</title>
4848

0 commit comments

Comments
 (0)