Skip to content

Commit

Permalink
Pruned laravel files and updated team site (#17)
Browse files Browse the repository at this point in the history
* pruned unnecessary laravel website files

* Pruned repo and edited team site
  • Loading branch information
DavidLambauer authored Aug 8, 2023
1 parent b89552a commit 8314911
Show file tree
Hide file tree
Showing 197 changed files with 37 additions and 2,227 deletions.
2 changes: 0 additions & 2 deletions app/Console/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ class Kernel extends ConsoleKernel
protected function schedule(Schedule $schedule)
{
$schedule->command('sitemap:generate')->daily();
$schedule->exec('bash /home/forge/laravel.com/build/api.sh')->daily();
$schedule->exec('bash /home/forge/laravel.com/build/docs.sh')->everyFiveMinutes();
}

/**
Expand Down
3 changes: 0 additions & 3 deletions app/Markdown/GithubFlavoredMarkdownConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

namespace App\Markdown;

use League\CommonMark\Extension\Autolink\AutolinkExtension;
use League\CommonMark\Extension\HeadingPermalink\HeadingPermalinkExtension;
use League\CommonMark\Extension\HeadingPermalink\HeadingPermalinkRenderer;
use League\CommonMark\Extension\TableOfContents\TableOfContentsExtension;
use League\CommonMark\MarkdownConverter;
use League\CommonMark\Environment\Environment;
use App\Markdown\GithubFlavoredMarkdownExtension;
use Torchlight\Commonmark\V2\TorchlightExtension;
use League\CommonMark\Environment\EnvironmentInterface;
use League\CommonMark\Extension\Attributes\AttributesExtension;
Expand Down
30 changes: 0 additions & 30 deletions build/api.sh

This file was deleted.

13 changes: 0 additions & 13 deletions build/docs.sh

This file was deleted.

1 change: 0 additions & 1 deletion build/doctum/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions build/doctum/composer.json

This file was deleted.

Loading

0 comments on commit 8314911

Please sign in to comment.