Skip to content

Commit

Permalink
docs: added apisix (apache#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
juzhiyuan authored Mar 1, 2021
1 parent bc2fa1b commit bf98283
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# This is a basic workflow to help you get started with Actions

name: CI
name: Test and Deploy Website

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
# Run everyday at 9:00 AM (See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/crontab.html#tag_20_25_07)
- cron: "0 5 * * *"
Expand Down
4 changes: 2 additions & 2 deletions sync-docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ console.log("Start sync-docs.js");
const childProcess = require("child_process");
const fs = require("fs");

// NOTE: disable "apisix", "apisix-dashboard" currently
const projects = ["apisix-ingress-controller"];
// NOTE: disable "apisix-dashboard" "apisix-docker" "apisix-helm-chart" currently
const projects = ["apisix-ingress-controller", "apisix"];

const projectPaths = projects.map((project) => {
return {
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ module.exports = {
},
{
label: "APISIX™️",
to: "/docs/apisix",
to: "/docs/apisix/architecture-design",
},
{
label: "APISIX™️ Dashboard",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# GITLOCK

0 comments on commit bf98283

Please sign in to comment.