File tree Expand file tree Collapse file tree 2 files changed +9
-40
lines changed Expand file tree Collapse file tree 2 files changed +9
-40
lines changed Original file line number Diff line number Diff line change 1- # Website
1+ # Coding Guidelines
22
3+ This website contains coding standards and guidelines commonly followed at Leapfrog.
34This website is built using [ Docusaurus 2] ( https://v2.docusaurus.io/ ) , a modern static website generator.
45
56### Installation
@@ -22,12 +23,4 @@ This command starts a local development server and open up a browser window. Mos
2223$ yarn build
2324```
2425
25- This command generates static content into the ` build ` directory and can be served using any static contents hosting service.
26-
27- ### Deployment
28-
29- ```
30- $ GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy
31- ```
32-
33- If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the ` gh-pages ` branch.
26+ This command generates static content into the ` build ` directory and can be served using any static contents hosting service.
Original file line number Diff line number Diff line change @@ -14,13 +14,6 @@ module.exports = {
1414 src : 'img/favicon.png' ,
1515 } ,
1616 links : [
17- {
18- to : 'docs/' ,
19- activeBasePath : 'docs' ,
20- label : 'Docs' ,
21- position : 'left' ,
22- } ,
23- { to : 'blog' , label : 'Blog' , position : 'left' } ,
2417 {
2518 href : 'https://github.com/leapfrogtechnology/coding-guidelines' ,
2619 label : 'GitHub' ,
@@ -31,42 +24,25 @@ module.exports = {
3124 footer : {
3225 style : 'dark' ,
3326 links : [
34- {
35- title : 'Docs' ,
36- items : [
37- {
38- label : 'Style Guide' ,
39- to : 'docs/' ,
40- } ,
41- {
42- label : 'Second Doc' ,
43- to : 'docs/doc2/' ,
44- } ,
45- ] ,
46- } ,
4727 {
4828 title : 'Community' ,
4929 items : [
5030 {
51- label : 'Stack Overflow ' ,
52- href : 'https://stackoverflow. com/questions/tagged/docusaurus ' ,
31+ label : 'Facebook ' ,
32+ href : 'https://www.facebook. com/lftechnology/ ' ,
5333 } ,
5434 {
55- label : 'Discord' ,
56- href : 'https://discordapp.com/invite/docusaurus' ,
57- } ,
58- {
59- label : 'Twitter' ,
60- href : 'https://twitter.com/docusaurus' ,
61- } ,
35+ label : 'Instagram' ,
36+ href : 'https://www.instagram.com/lftechnology/' ,
37+ }
6238 ] ,
6339 } ,
6440 {
6541 title : 'More' ,
6642 items : [
6743 {
6844 label : 'Blog' ,
69- to : 'blog' ,
45+ to : 'https://www.lftechnology.com/ blog/ ' ,
7046 } ,
7147 {
7248 label : 'GitHub' ,
You can’t perform that action at this time.
0 commit comments