mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
removed source:, added repository:
This commit is contained in:
parent
4afc0be2e2
commit
a37f8f5e95
3 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,7 @@ FROM bretfisher/jekyll-serve
|
|||
WORKDIR /site
|
||||
|
||||
# Copy the current directory contents into the container at /srv/jekyll
|
||||
COPY . /site
|
||||
COPY website /site
|
||||
|
||||
# Install any needed packages specified in Gemfile
|
||||
RUN bundle install --retry 5 --jobs 20
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Run the Docker container
|
||||
docker run \
|
||||
--rm \
|
||||
-v "$PWD:/site" \
|
||||
-v "$PWD/website:/site" \
|
||||
-p 4000:4000 \
|
||||
-e HISTFILE=/site/.bash_history \
|
||||
--entrypoint /bin/bash \
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
theme: just-the-docs
|
||||
url: "https://aider.chat"
|
||||
source: website
|
||||
|
||||
plugins:
|
||||
- jekyll-redirect-from
|
||||
|
@ -32,3 +31,5 @@ nav_external_links:
|
|||
url: "https://github.com/paul-gauthier/aider"
|
||||
- title: "Discord"
|
||||
url: "https://discord.gg/Tv2uQnR88V"
|
||||
|
||||
repository: paul-gauthier/aider
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue