This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5285354
commit d383691
Showing
10 changed files
with
628 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
|
||
# Dependencies | ||
Snowdog_Components/node_modules | ||
docs/node_modules | ||
|
||
|
||
# Build | ||
Snowdog_Components/build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
module.exports = { | ||
title: 'Alpaca', | ||
description: 'Theme for Magento 2', | ||
themeConfig: { | ||
repo: 'SnowdogApps/magento2-alpaca-theme', | ||
docsDir: 'docs', | ||
docsBranch: 'master', | ||
editLinks: true, | ||
editLinkText: 'Edit this page on GitHub', | ||
lastUpdated: 'Last Updated', | ||
nav: [ | ||
{ text: 'Guide', link: '/guide', activeMatch: '^/$|^/guide/' }, | ||
{ text: "Contact", link: "https://snow.dog/contact" }, | ||
], | ||
sidebar: { | ||
'/': [ | ||
{ | ||
text: 'Introduction', | ||
children: [ | ||
{ | ||
text: 'Getting Started', | ||
link: '/guide/' | ||
}, | ||
{ | ||
text: 'Magento Setup Guide', | ||
link: '/guide/magento-setup-guide' | ||
}, | ||
{ | ||
text: 'Alpaca Setup Guide', | ||
link: '/guide/alpaca-step-by-step' | ||
} | ||
] | ||
}, | ||
{ | ||
text: 'Working with Alpaca', | ||
children: [ | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} |
Empty file.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
home: true | ||
heroImage: /logo.svg | ||
heroAlt: Alpaca logo | ||
actionText: Get Started | ||
actionLink: /guide/ | ||
|
||
features: | ||
- title: 📝 Component-based | ||
- title: 📚 Feature-rich | ||
- title: 🎨 Themable | ||
- title: 💅 Polished | ||
- title: ♿️ Accessible | ||
- title: ⚡️ Easy to set up | ||
|
||
footer: MIT Licensed | Copyright © 2017-present Snowdog Apps | ||
--- | ||
|
||
```powershell | ||
npx @snowdog/create-alpaca-theme | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "alpaca-docs", | ||
"private": true, | ||
"scripts": { | ||
"docs:dev": "vitepress dev .", | ||
"docs:build": "vitepress build .", | ||
"docs:serve": "vitepress serve ." | ||
}, | ||
"engines": { | ||
"node": ">=14.13 <17" | ||
}, | ||
"volta": { | ||
"node": "16.13.1" | ||
}, | ||
"devDependencies": { | ||
"vitepress": "^0.22.3" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.