Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claudeignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
sample-app/**/*.log

# Docs build
lana-docs-site/.docusaurus/
lana-docs-site/build/
lana-docs/.docusaurus/
lana-docs/build/

# Packages
*.vsix
4 changes: 2 additions & 2 deletions .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
HUSKY=0 pnpm install
- name: Build Site
run: |
cd lana-docs-site
cd lana-docs
pnpm run build
# 👆 Build steps
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./lana-docs-site/build
path: ./lana-docs/build

# Deployment job
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .specify/memory/constitution.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Write all code in TypeScript with strict mode enabled (`strict: true` in tsconfi

### 2. Monorepo Modularity

Maintain clear separation between packages: `lana/` (VS Code extension), `log-viewer/` (webview), and `lana-docs-site/` (docs).
Maintain clear separation between packages: `lana/` (VS Code extension), `log-viewer/` (webview), and `lana-docs/` (docs).

**Rules:**

Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- lana/: VS Code extension (TypeScript)
- log-viewer/: Webview UI (TypeScript)
- lana-docs-site/: Docusaurus documentation
- lana-docs/: Docusaurus documentation
- sample-app/: Sample Salesforce app with test logs

## Technology + Tooling
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const config: Config = {
sidebarPath: './sidebars.ts',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: `https://github.com/${organizationName}/${projectName}/tree/main/lana-docs-site`,
editUrl: `https://github.com/${organizationName}/${projectName}/tree/main/lana-docs`,
},

theme: {
Expand Down
2 changes: 1 addition & 1 deletion lana-docs-site/package.json → lana-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "lana-docs-site",
"name": "@debug-log-analyzer/docs-site",
"version": "0.0.0",
"private": true,
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
Loading
Loading